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