Uses of Class
com.hybris.cockpitng.config.dashboard.jaxb.UnassignedBehavior
-
Packages that use UnassignedBehavior Package Description com.hybris.cockpitng.config.dashboard.jaxb -
-
Uses of UnassignedBehavior in com.hybris.cockpitng.config.dashboard.jaxb
Fields in com.hybris.cockpitng.config.dashboard.jaxb declared as UnassignedBehavior Modifier and Type Field Description protected UnassignedBehaviorGrid. unassignedMethods in com.hybris.cockpitng.config.dashboard.jaxb that return UnassignedBehavior Modifier and Type Method Description static UnassignedBehaviorUnassignedBehavior. fromValue(java.lang.String v)UnassignedBehaviorGrid. getUnassigned()Gets the value of the unassigned property.static UnassignedBehaviorUnassignedBehavior. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UnassignedBehavior[]UnassignedBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.config.dashboard.jaxb with parameters of type UnassignedBehavior Modifier and Type Method Description voidGrid. setUnassigned(UnassignedBehavior value)Sets the value of the unassigned property.
-