Uses of Class
network.oxalis.as2.code.DispositionType
-
Packages that use DispositionType Package Description network.oxalis.as2.code -
-
Uses of DispositionType in network.oxalis.as2.code
Methods in network.oxalis.as2.code that return DispositionType Modifier and Type Method Description DispositionTypeDisposition. getType()static DispositionTypeDispositionType. of(String str)static DispositionTypeDispositionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DispositionType[]DispositionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-