public class AnnotationElementXAttribute extends java.lang.Object implements AnnotationElement<org.deckfour.xes.model.XAttribute>
Constructor and Description |
---|
AnnotationElementXAttribute(java.lang.String name) |
Modifier and Type | Method and 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() |
public AnnotationElementXAttribute(java.lang.String name)
public java.lang.String getName()
getName
in interface AnnotationElement<org.deckfour.xes.model.XAttribute>
public void addValue(org.deckfour.xes.model.XAttribute newElement)
addValue
in interface AnnotationElement<org.deckfour.xes.model.XAttribute>
public java.util.List<org.deckfour.xes.model.XAttribute> getValues()
getValues
in interface AnnotationElement<org.deckfour.xes.model.XAttribute>
public java.util.List<org.deckfour.xes.model.XAttribute> getDistinctValues()
getDistinctValues
in interface AnnotationElement<org.deckfour.xes.model.XAttribute>