Uses of Class
org.robovm.apple.classkit.CLSContextType
| Package | Description |
|---|---|
| org.robovm.apple.classkit |
-
Uses of CLSContextType in org.robovm.apple.classkit
Methods in org.robovm.apple.classkit that return CLSContextType Modifier and Type Method Description CLSContextTypeCLSContext. getType()static CLSContextTypeCLSContextType. valueOf(long n)Returns the enum constant of this type with the specified name.static CLSContextTypeCLSContextType. valueOf(String name)Returns the enum constant of this type with the specified name.static CLSContextType[]CLSContextType. 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 CLSContextType Modifier and Type Method Description protected longCLSContext. init(CLSContextType type, String identifier, String title)voidCLSContext. setType(CLSContextType v)Constructors in org.robovm.apple.classkit with parameters of type CLSContextType Constructor Description CLSContext(CLSContextType type, String identifier, String title)