Uses of Enum Class
dev.archunitjava.model.JavaAnnotationValue.ScalarKind
Packages that use JavaAnnotationValue.ScalarKind
-
Uses of JavaAnnotationValue.ScalarKind in dev.archunitjava.model
Subclasses with type arguments of type JavaAnnotationValue.ScalarKind in dev.archunitjava.modelMethods in dev.archunitjava.model that return JavaAnnotationValue.ScalarKindModifier and TypeMethodDescriptionJavaAnnotationValue.ScalarValue.kind()Returns the value of thekindrecord component.Returns the enum constant of this class with the specified name.static JavaAnnotationValue.ScalarKind[]JavaAnnotationValue.ScalarKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.model with parameters of type JavaAnnotationValue.ScalarKindModifierConstructorDescriptionScalarValue(JavaAnnotationValue.ScalarKind kind, String encodedValue) Creates an instance of aScalarValuerecord class.