Package | Description |
---|---|
com.odfl.document.types |
Modifier and Type | Method and Description |
---|---|
static Format |
Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Format |
Format.valueOfSafe(java.lang.String name)
valueOfSafe
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|