Uses of Enum
org.wildfly.prospero.api.FeatureChange.Type
Packages that use FeatureChange.Type
-
Uses of FeatureChange.Type in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return FeatureChange.TypeModifier and TypeMethodDescriptionFeatureChange.getType()static FeatureChange.TypeReturns the enum constant of this type with the specified name.static FeatureChange.Type[]FeatureChange.Type.values()Returns an array containing the constants of this enum type, 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)