Uses of Enum Class
dev.archunitjava.pattern.PatternSyntax
Packages that use PatternSyntax
-
Uses of PatternSyntax in dev.archunitjava.pattern
Subclasses with type arguments of type PatternSyntax in dev.archunitjava.patternModifier and TypeClassDescriptionenumThe syntax used to construct a compiled architecture pattern.Methods in dev.archunitjava.pattern that return PatternSyntaxModifier and TypeMethodDescriptionPatternDescription.syntax()Returns the value of thesyntaxrecord component.static PatternSyntaxReturns the enum constant of this class with the specified name.static PatternSyntax[]PatternSyntax.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.pattern with parameters of type PatternSyntaxModifierConstructorDescriptionPatternDescription(PatternSyntax syntax, PatternDomain domain, String expression) Creates an instance of aPatternDescriptionrecord class.