public enum GenericType extends Enum<GenericType>
| Enum Constant and Description |
|---|
ENTITY |
RELATION |
TYPE |
UNKNOWN |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getNlr() |
static GenericType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericType ENTITY
public static final GenericType VALUE
public static final GenericType RELATION
public static final GenericType TYPE
public static final GenericType UNKNOWN
private final String nlr
public static GenericType[] values()
for (GenericType c : GenericType.values()) System.out.println(c);
public static GenericType 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 nullpublic String getNlr()
Copyright © 2020. All rights reserved.