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.ChangeCategory
Change. getChangeCategory()
Gets the category of change this Change object representsstatic Change.ChangeCategory
Change.ChangeCategory. valueOf(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
Methods in org.glassfish.hk2.configuration.hub.internal that return Change.ChangeCategory Modifier and Type Method Description Change.ChangeCategory
ChangeImpl. getChangeCategory()
-