| Package | Description |
|---|---|
| org.dmd.dms.generated.enums |
| Modifier and Type | Method and Description |
|---|---|
static ModificationControlEnum |
ModificationControlEnum.get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static ModificationControlEnum |
ModificationControlEnum.get(String str)
Returns a value for this enum or throws an exception if the String value isn't
a valid member of this enum.
|
static ModificationControlEnum |
ModificationControlEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModificationControlEnum[] |
ModificationControlEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.