org.deckfour.xes.model.impl
Class XAttributeListImpl

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.XAttributeListImpl
All Implemented Interfaces:
Cloneable, Comparable<XAttribute>, XAttributable, XAttribute, XAttributeCollection, XAttributeList, XAttributeLiteral

public class XAttributeListImpl
extends XAttributeCollectionImpl
implements XAttributeList

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

Field Summary
 
Fields inherited from class org.deckfour.xes.model.impl.XAttributeCollectionImpl
collection
 
Constructor Summary
XAttributeListImpl(String key)
           
XAttributeListImpl(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

XAttributeListImpl

public XAttributeListImpl(String key)
Parameters:
key -

XAttributeListImpl

public XAttributeListImpl(String key,
                          XExtension extension)
Parameters:
key -
extension -