public class AttributeValueType extends java.lang.Object implements java.lang.Comparable<AttributeValueType>
Constructor and Description |
---|
AttributeValueType(org.deckfour.xes.model.XAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AttributeValueType o) |
boolean |
equals(java.lang.Object o) |
org.deckfour.xes.model.XAttribute |
getAttribute() |
java.lang.String |
toString()
Name for the attribute value type.
|
public AttributeValueType(org.deckfour.xes.model.XAttribute attribute)
public org.deckfour.xes.model.XAttribute getAttribute()
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(AttributeValueType o)
compareTo
in interface java.lang.Comparable<AttributeValueType>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object