Uses of Class
com.hierynomus.msdtyp.ace.AceObjectFlags
-
Packages that use AceObjectFlags Package Description com.hierynomus.msdtyp.ace -
-
Uses of AceObjectFlags in com.hierynomus.msdtyp.ace
Methods in com.hierynomus.msdtyp.ace that return AceObjectFlags Modifier and Type Method Description static AceObjectFlags
AceObjectFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AceObjectFlags[]
AceObjectFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-