public enum AttributeChangeType extends Enum<AttributeChangeType>
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Gets the value
|
static AttributeChangeType |
valueOf(int nValue)
Gives the AttributeChangeType for the specified value
|
static AttributeChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeChangeType CREATE
public static final AttributeChangeType UPDATE
public static final AttributeChangeType DELETE
public static AttributeChangeType[] values()
for (AttributeChangeType c : AttributeChangeType.values()) System.out.println(c);
public static AttributeChangeType 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 int getValue()
public static AttributeChangeType valueOf(int nValue)
nValue
- the valueCopyright © 2017 City of Paris. All rights reserved.