Package | Description |
---|---|
org.assistments.util |
Modifier and Type | Method and Description |
---|---|
static IdConversions.EncodingVersions |
IdConversions.EncodingVersions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdConversions.EncodingVersions[] |
IdConversions.EncodingVersions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
IdConversions.EncodingVersions.getCharSet(IdConversions.EncodingVersions encodingVersion)
Returns the char set used to encode the specified version.
|
static java.lang.String |
IdConversions.EncodingVersions.getInvalidCharSet(IdConversions.EncodingVersions encodingVersion)
Returns the char set not used to encode the specified version.
|