Uses of Class
org.wildfly.common.format.GeneralFlag
-
Packages that use GeneralFlag Package Description org.wildfly.common.format -
-
Uses of GeneralFlag in org.wildfly.common.format
Methods in org.wildfly.common.format that return GeneralFlag Modifier and Type Method Description protected GeneralFlag
GeneralFlags. castItemOrNull(java.lang.Object obj)
protected GeneralFlag
GeneralFlags. itemOf(int index)
static GeneralFlag
GeneralFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GeneralFlag[]
GeneralFlag. 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 GeneralFlag Modifier and Type Method Description static GeneralFlags
GeneralFlags. of(GeneralFlag flag)
static GeneralFlags
GeneralFlags. of(GeneralFlag flag1, GeneralFlag flag2)
static GeneralFlags
GeneralFlags. of(GeneralFlag flag1, GeneralFlag flag2, GeneralFlag flag3)
-