public static final class OdiLevelAttribute.LevelAttributeRole
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static OdiLevelAttribute.LevelAttributeRole |
NONE
The attribute has no special role.
|
static OdiLevelAttribute.LevelAttributeRole |
SURROGATE_KEY
The attribute is the surrogate key attribute for the level.
|
Modifier and Type | Method and Description |
---|---|
static OdiLevelAttribute.LevelAttributeRole |
valueOf(java.lang.String name) |
static OdiLevelAttribute.LevelAttributeRole[] |
values() |
public static final OdiLevelAttribute.LevelAttributeRole NONE
public static final OdiLevelAttribute.LevelAttributeRole SURROGATE_KEY
public static OdiLevelAttribute.LevelAttributeRole[] values()
public static OdiLevelAttribute.LevelAttributeRole valueOf(java.lang.String name)