Class AnnotationElementXAttribute

  • All Implemented Interfaces:
    AnnotationElement<org.deckfour.xes.model.XAttribute>

    public class AnnotationElementXAttribute
    extends java.lang.Object
    implements AnnotationElement<org.deckfour.xes.model.XAttribute>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addValue​(org.deckfour.xes.model.XAttribute newElement)  
      java.util.List<org.deckfour.xes.model.XAttribute> getDistinctValues()  
      java.lang.String getName()  
      java.util.List<org.deckfour.xes.model.XAttribute> getValues()  
      • Methods inherited from class java.lang.Object

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

      • AnnotationElementXAttribute

        public AnnotationElementXAttribute​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface AnnotationElement<org.deckfour.xes.model.XAttribute>
      • addValue

        public void addValue​(org.deckfour.xes.model.XAttribute newElement)
        Specified by:
        addValue in interface AnnotationElement<org.deckfour.xes.model.XAttribute>
      • getValues

        public java.util.List<org.deckfour.xes.model.XAttribute> getValues()
        Specified by:
        getValues in interface AnnotationElement<org.deckfour.xes.model.XAttribute>
      • getDistinctValues

        public java.util.List<org.deckfour.xes.model.XAttribute> getDistinctValues()
        Specified by:
        getDistinctValues in interface AnnotationElement<org.deckfour.xes.model.XAttribute>