Uses of Class
org.robovm.apple.classkit.CLSBinaryValueType
| Package | Description |
|---|---|
| org.robovm.apple.classkit |
-
Uses of CLSBinaryValueType in org.robovm.apple.classkit
Methods in org.robovm.apple.classkit that return CLSBinaryValueType Modifier and Type Method Description CLSBinaryValueTypeCLSBinaryItem. getValueType()static CLSBinaryValueTypeCLSBinaryValueType. valueOf(long n)Returns the enum constant of this type with the specified name.static CLSBinaryValueTypeCLSBinaryValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static CLSBinaryValueType[]CLSBinaryValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.classkit with parameters of type CLSBinaryValueType Modifier and Type Method Description protected longCLSBinaryItem. init(String identifier, String title, CLSBinaryValueType valueType)Constructors in org.robovm.apple.classkit with parameters of type CLSBinaryValueType Constructor Description CLSBinaryItem(String identifier, String title, CLSBinaryValueType valueType)