Uses of Enum Class
org.wildfly.prospero.api.FeatureChange.Type
Packages that use FeatureChange.Type
-
Uses of FeatureChange.Type in org.wildfly.prospero.api
Subclasses with type arguments of type FeatureChange.Type in org.wildfly.prospero.apiMethods in org.wildfly.prospero.api that return FeatureChange.TypeModifier and TypeMethodDescriptionFeatureChange.getType()static FeatureChange.TypeReturns the enum constant of this class with the specified name.static FeatureChange.Type[]FeatureChange.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.wildfly.prospero.api with parameters of type FeatureChange.TypeModifierConstructorDescriptionFeatureChange(FeatureChange.Type type, String oldValue, String newValue) FeatureChange(FeatureChange.Type type, String name, Diff.Status status, Diff... nested)