org.deckfour.xes.model.impl
Class XAttributeContainerImpl

java.lang.Object
  extended by org.deckfour.xes.model.impl.XAttributeImpl
      extended by org.deckfour.xes.model.impl.XAttributeLiteralImpl
          extended by org.deckfour.xes.model.impl.XAttributeCollectionImpl
              extended by org.deckfour.xes.model.impl.XAttributeContainerImpl
All Implemented Interfaces:
Cloneable, Comparable<XAttribute>, XAttributable, XAttribute, XAttributeCollection, XAttributeContainer, XAttributeLiteral

public class XAttributeContainerImpl
extends XAttributeCollectionImpl
implements XAttributeContainer

Author:
Eric Verbeek (h.m.w.verbeek@tue.nl)

Field Summary
 
Fields inherited from class org.deckfour.xes.model.impl.XAttributeCollectionImpl
collection
 
Constructor Summary
XAttributeContainerImpl(String key, XExtension extension)
           
 
Method Summary
 
Methods inherited from class org.deckfour.xes.model.impl.XAttributeCollectionImpl
addToCollection, getCollection, toString
 
Methods inherited from class org.deckfour.xes.model.impl.XAttributeLiteralImpl
clone, compareTo, equals, getValue, setValue
 
Methods inherited from class org.deckfour.xes.model.impl.XAttributeImpl
accept, getAttributes, getExtension, getExtensions, getKey, hasAttributes, hashCode, setAttributes
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deckfour.xes.model.XAttributeCollection
addToCollection, getCollection
 
Methods inherited from interface org.deckfour.xes.model.XAttribute
accept, clone, getExtension, getKey
 
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, hasAttributes, setAttributes
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

XAttributeContainerImpl

public XAttributeContainerImpl(String key,
                               XExtension extension)