public static enum TypeSystem.NoNativeTypes extends Enum<TypeSystem.NoNativeTypes> implements TypeSystem
TypeSystem.NoNativeTypes| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static TypeSystem.NoNativeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeSystem.NoNativeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetMappedToNativeTypeAdapter, getNativeToMappedTypeAdapter, supportsAsNativeTypepublic static final TypeSystem.NoNativeTypes INSTANCE
public static TypeSystem.NoNativeTypes[] values()
for (TypeSystem.NoNativeTypes c : TypeSystem.NoNativeTypes.values()) System.out.println(c);
public static TypeSystem.NoNativeTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015–2020 Neo Technology, Inc.. All rights reserved.