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 NumericFlag
NumericFlags. castItemOrNull(java.lang.Object obj)
protected NumericFlag
NumericFlags. itemOf(int index)
static NumericFlag
NumericFlag. 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 NumericFlags
NumericFlags. of(NumericFlag flag)
static NumericFlags
NumericFlags. of(NumericFlag flag1, NumericFlag flag2)
-