Modifier and Type | Field and Description |
---|---|
static java.util.List<ConfidenceKind> |
ConfidenceKind.VALUES
A public read-only list of all the 'Confidence Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static ConfidenceKind |
ConfidenceKind.get(int value)
Returns the 'Confidence Kind' literal with the specified integer value.
|
static ConfidenceKind |
ConfidenceKind.get(java.lang.String literal)
Returns the 'Confidence Kind' literal with the specified literal value.
|
static ConfidenceKind |
ConfidenceKind.getByName(java.lang.String name)
Returns the 'Confidence Kind' literal with the specified name.
|
static ConfidenceKind |
ConfidenceKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfidenceKind[] |
ConfidenceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConfidenceKind |
StateBasedDataTypesFactoryImpl.createConfidenceKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |