public class IdentifierGenerationOptionType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static IdentifierGenerationOptionType |
GENERATENEW
The instance of the GenerateNew type
|
static int |
GENERATENEW_TYPE
The GenerateNew type
|
static IdentifierGenerationOptionType |
REPLACEDUPLICATE
The instance of the ReplaceDuplicate type
|
static int |
REPLACEDUPLICATE_TYPE
The ReplaceDuplicate type
|
static IdentifierGenerationOptionType |
USEEXISTING
The instance of the UseExisting type
|
static int |
USEEXISTING_TYPE
The UseExisting type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
IdentifierGenerationOptionType
|
int |
getType()
Method getType
Returns the type of this IdentifierGenerationOptionType
|
String |
toString()
Method toString
Returns the String representation of this
IdentifierGenerationOptionType
|
static IdentifierGenerationOptionType |
valueOf(String string)
Method valueOf
Returns a new IdentifierGenerationOptionType based on the
given String value.
|
public static final int USEEXISTING_TYPE
public static final IdentifierGenerationOptionType USEEXISTING
public static final int REPLACEDUPLICATE_TYPE
public static final IdentifierGenerationOptionType REPLACEDUPLICATE
public static final int GENERATENEW_TYPE
public static final IdentifierGenerationOptionType GENERATENEW
public static Enumeration enumerate()
public int getType()
public String toString()
public static IdentifierGenerationOptionType valueOf(String string)
string - Copyright © 2020 B3Partners B.V.. All rights reserved.