Uses of Enum Class
dev.archunitjava.layers.LayerPresence
Packages that use LayerPresence
-
Uses of LayerPresence in dev.archunitjava.layers
Subclasses with type arguments of type LayerPresence in dev.archunitjava.layersModifier and TypeClassDescriptionenumWhether an empty resolved layer is permitted.Methods in dev.archunitjava.layers that return LayerPresenceModifier and TypeMethodDescriptionJavaLayer.presence()Returns the value of thepresencerecord component.static LayerPresenceReturns the enum constant of this class with the specified name.static LayerPresence[]LayerPresence.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.layers with parameters of type LayerPresenceModifierConstructorDescriptionJavaLayer(LayerId id, LayerPresence presence, List<TypeId> types) Creates an instance of aJavaLayerrecord class.