Package | Description |
---|---|
org.xesstandard.model | |
org.xesstandard.model.impl |
Modifier and Type | Method and Description |
---|---|
XesAttributeType |
XesAttribute.getType() |
XesAttributeType |
XesComponent.getType(java.lang.String key)
Returns the type of the attribute with the given key.
|
static XesAttributeType |
XesAttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XesAttributeType[] |
XesAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
XesAttributeType |
XesAttributeImpl.getType() |
XesAttributeType |
XesComponentImpl.getType(java.lang.String key) |
Constructor and Description |
---|
XesAttributeImpl(XesAttributeType type) |