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