Package org.deckfour.xes.model
Interface XAttributeCollection
-
- All Superinterfaces:
java.lang.Cloneable,java.lang.Comparable<XAttribute>,java.io.Serializable,XAttributable,XAttribute
- All Known Subinterfaces:
XAttributeContainer,XAttributeList
- All Known Implementing Classes:
XAttributeCollectionImpl,XAttributeContainerImpl,XAttributeListImpl
public interface XAttributeCollection extends XAttribute
- Author:
- Christian W. Guenther (christian@deckfour.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddToCollection(XAttribute attribute)java.util.Collection<XAttribute>getCollection()-
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
-
-
-
-
Method Detail
-
addToCollection
void addToCollection(XAttribute attribute)
-
getCollection
java.util.Collection<XAttribute> getCollection()
-
-