Uses of Class
org.wildfly.common.format.NumericFlag
-
Packages that use NumericFlag Package Description org.wildfly.common.format -
-
Uses of NumericFlag in org.wildfly.common.format
Methods in org.wildfly.common.format that return NumericFlag Modifier and Type Method Description protected NumericFlagNumericFlags. castItemOrNull(java.lang.Object obj)protected NumericFlagNumericFlags. itemOf(int index)static NumericFlagNumericFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NumericFlag[]NumericFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.common.format with parameters of type NumericFlag Modifier and Type Method Description static NumericFlagsNumericFlags. of(NumericFlag flag)static NumericFlagsNumericFlags. of(NumericFlag flag1, NumericFlag flag2)
-