Uses of Class
org.glassfish.hk2.configuration.hub.api.Change.ChangeCategory
-
Packages that use Change.ChangeCategory Package Description org.glassfish.hk2.configuration.hub.api org.glassfish.hk2.configuration.hub.internal -
-
Uses of Change.ChangeCategory in org.glassfish.hk2.configuration.hub.api
Methods in org.glassfish.hk2.configuration.hub.api that return Change.ChangeCategory Modifier and Type Method Description Change.ChangeCategoryChange. getChangeCategory()Gets the category of change this Change object representsstatic Change.ChangeCategoryChange.ChangeCategory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Change.ChangeCategory[]Change.ChangeCategory. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Change.ChangeCategory in org.glassfish.hk2.configuration.hub.internal
Fields in org.glassfish.hk2.configuration.hub.internal declared as Change.ChangeCategory Modifier and Type Field Description private Change.ChangeCategoryChangeImpl. changeCategoryMethods in org.glassfish.hk2.configuration.hub.internal that return Change.ChangeCategory Modifier and Type Method Description Change.ChangeCategoryChangeImpl. getChangeCategory()Constructors in org.glassfish.hk2.configuration.hub.internal with parameters of type Change.ChangeCategory Constructor Description ChangeImpl(Change.ChangeCategory changeCategory, Type changeType, java.lang.String instanceKey, Instance instanceValue, Instance originalInstanceValue, java.util.List<java.beans.PropertyChangeEvent> propertyChanges)
-