Uses of Class
pl.edu.icm.unity.base.capacityLimit.CapacityLimitName
-
Packages that use CapacityLimitName Package Description pl.edu.icm.unity.base.capacityLimit -
-
Uses of CapacityLimitName in pl.edu.icm.unity.base.capacityLimit
Methods in pl.edu.icm.unity.base.capacityLimit that return CapacityLimitName Modifier and Type Method Description static CapacityLimitNameCapacityLimitName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CapacityLimitName[]CapacityLimitName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.edu.icm.unity.base.capacityLimit with parameters of type CapacityLimitName Modifier and Type Method Description voidCapacityLimit. setName(CapacityLimitName name)Constructors in pl.edu.icm.unity.base.capacityLimit with parameters of type CapacityLimitName Constructor Description CapacityLimit(CapacityLimitName name, int value)
-