Uses of Enum Class
dev.archunitjava.model.JavaMemberKind
Packages that use JavaMemberKind
-
Uses of JavaMemberKind in dev.archunitjava.model
Subclasses with type arguments of type JavaMemberKind in dev.archunitjava.modelModifier and TypeClassDescriptionenumThe JVM declaration role of a field or code unit.Methods in dev.archunitjava.model that return JavaMemberKindModifier and TypeMethodDescriptionJavaMember.kind()static JavaMemberKindReturns the enum constant of this class with the specified name.static JavaMemberKind[]JavaMemberKind.values()Returns an array containing the constants of this enum class, in the order they are declared.