public static enum GlobalAttributeDefinitionLevelEntity.GlobalAttributeDefinitionLevels extends Enum<GlobalAttributeDefinitionLevelEntity.GlobalAttributeDefinitionLevels>
| Enum Constant and Description |
|---|
BUS_OBJCT_FRMT |
| Modifier and Type | Method and Description |
|---|---|
static GlobalAttributeDefinitionLevelEntity.GlobalAttributeDefinitionLevels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalAttributeDefinitionLevelEntity.GlobalAttributeDefinitionLevels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalAttributeDefinitionLevelEntity.GlobalAttributeDefinitionLevels BUS_OBJCT_FRMT
public static GlobalAttributeDefinitionLevelEntity.GlobalAttributeDefinitionLevels[] values()
for (GlobalAttributeDefinitionLevelEntity.GlobalAttributeDefinitionLevels c : GlobalAttributeDefinitionLevelEntity.GlobalAttributeDefinitionLevels.values()) System.out.println(c);
public static GlobalAttributeDefinitionLevelEntity.GlobalAttributeDefinitionLevels valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.