public enum AttributeTypeCode extends Enum<AttributeTypeCode> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
BIG_INT |
BOOLEAN |
CALENDAR_RULES |
CUSTOMER |
DATE_TIME |
DECIMAL |
DOUBLE |
ENTITY_NAME |
INTEGER |
LOOKUP |
MANAGED_PROPERTY |
MEMO |
MONEY |
OWNER |
PARTY_LIST |
PICKLIST |
STATE |
STATUS |
STRING |
UNIQUEIDENTIFIER |
VIRTUAL |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static AttributeTypeCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeTypeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeTypeCode BOOLEAN
public static final AttributeTypeCode CUSTOMER
public static final AttributeTypeCode DATE_TIME
public static final AttributeTypeCode DECIMAL
public static final AttributeTypeCode DOUBLE
public static final AttributeTypeCode INTEGER
public static final AttributeTypeCode LOOKUP
public static final AttributeTypeCode MEMO
public static final AttributeTypeCode MONEY
public static final AttributeTypeCode OWNER
public static final AttributeTypeCode PARTY_LIST
public static final AttributeTypeCode PICKLIST
public static final AttributeTypeCode STATE
public static final AttributeTypeCode STATUS
public static final AttributeTypeCode STRING
public static final AttributeTypeCode UNIQUEIDENTIFIER
public static final AttributeTypeCode CALENDAR_RULES
public static final AttributeTypeCode VIRTUAL
public static final AttributeTypeCode BIG_INT
public static final AttributeTypeCode MANAGED_PROPERTY
public static final AttributeTypeCode ENTITY_NAME
public static AttributeTypeCode[] values()
for (AttributeTypeCode c : AttributeTypeCode.values()) System.out.println(c);
public static AttributeTypeCode 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2021. All rights reserved.