Package org.deckfour.xes.model
Interface XAttributeID
-
- All Superinterfaces:
java.lang.Cloneable,java.lang.Comparable<XAttribute>,java.io.Serializable,XAttributable,XAttribute
- All Known Implementing Classes:
XAttributeIDImpl
public interface XAttributeID extends XAttribute
- Author:
- Eric Verbeek (h.m.w.verbeek@tue.nl)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XIDgetValue()Retrieves the ID value of this attribute.voidsetValue(XID value)Assigns the ID value of this attribute.-
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, hasAttributes, setAttributes
-
Methods inherited from interface org.deckfour.xes.model.XAttribute
accept, clone, getExtension, getKey, toString
-
-