public static enum ObjectType.BuiltInObjectType extends Enum<ObjectType.BuiltInObjectType> implements Type
Type.Callability, Type.Kind| Enum Constant and Description |
|---|
DATE |
| Modifier and Type | Method and Description |
|---|---|
static ObjectType.BuiltInObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType.BuiltInObjectType[] |
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, valueOfcallability, kindpublic static final ObjectType.BuiltInObjectType DATE
public static ObjectType.BuiltInObjectType[] values()
for (ObjectType.BuiltInObjectType c : ObjectType.BuiltInObjectType.values()) System.out.println(c);
public static ObjectType.BuiltInObjectType 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 © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.