Class AttributeValueType

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NOATTRIBUTEVALUE  
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeValueType​(org.deckfour.xes.model.XAttribute attribute)  
    • Field Detail

      • NOATTRIBUTEVALUE

        public static final java.lang.String NOATTRIBUTEVALUE
        See Also:
        Constant Field Values
    • Constructor Detail

      • AttributeValueType

        public AttributeValueType​(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 value type. Use attribute value.
        Overrides:
        toString in class java.lang.Object
      • equals

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