Class AttributeType

  • All Implemented Interfaces:
    java.lang.Comparable<AttributeType>

    public class AttributeType
    extends java.lang.Object
    implements java.lang.Comparable<AttributeType>
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeType​(org.deckfour.xes.model.XAttribute attribute)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AttributeType

        public AttributeType​(org.deckfour.xes.model.XAttribute attribute)
    • Method Detail

      • getAttribute

        public org.deckfour.xes.model.XAttribute getAttribute()
      • toString

        public java.lang.String toString()
        Name for the attribute type. Use attribute key.
        Overrides:
        toString in class java.lang.Object
      • compareTo

        public int compareTo​(AttributeType o)
        Specified by:
        compareTo in interface java.lang.Comparable<AttributeType>
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object