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