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 GeneralFlagGeneralFlags. castItemOrNull(java.lang.Object obj)protected GeneralFlagGeneralFlags. itemOf(int index)static GeneralFlagGeneralFlag. 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 GeneralFlagsGeneralFlags. of(GeneralFlag flag)static GeneralFlagsGeneralFlags. of(GeneralFlag flag1, GeneralFlag flag2)static GeneralFlagsGeneralFlags. of(GeneralFlag flag1, GeneralFlag flag2, GeneralFlag flag3)
-