Class AttributeValueType
- java.lang.Object
-
- org.processmining.filterbook.types.AttributeValueType
-
- All Implemented Interfaces:
java.lang.Comparable<AttributeValueType>
public class AttributeValueType extends java.lang.Object implements java.lang.Comparable<AttributeValueType>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNOATTRIBUTEVALUE
-
Constructor Summary
Constructors Constructor Description AttributeValueType(org.deckfour.xes.model.XAttribute attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AttributeValueType o)booleanequals(java.lang.Object o)org.deckfour.xes.model.XAttributegetAttribute()java.lang.StringtoString()Name for the attribute value type.
-
-
-
Field Detail
-
NOATTRIBUTEVALUE
public static final java.lang.String NOATTRIBUTEVALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAttribute
public org.deckfour.xes.model.XAttribute getAttribute()
-
toString
public java.lang.String toString()
Name for the attribute value type. Use attribute value.- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(AttributeValueType o)
- Specified by:
compareToin interfacejava.lang.Comparable<AttributeValueType>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-