public class XAttributeMapRefImpl extends org.deckfour.xes.model.impl.XAttributeImpl implements XAttributeMapRef
Constructor and Description |
---|
XAttributeMapRefImpl(java.lang.String key) |
XAttributeMapRefImpl(java.lang.String key,
org.deckfour.xes.extension.XExtension extension) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(org.deckfour.xes.model.XAttribute other) |
boolean |
equals(java.lang.Object obj) |
org.deckfour.xes.model.XAttributeMap |
getAttributeMap() |
int |
hashCode() |
void |
setAttributeMap(org.deckfour.xes.model.XAttributeMap value) |
java.lang.String |
toString() |
accept, getAttributes, getExtension, getExtensions, getKey, hasAttributes, setAttributes
public XAttributeMapRefImpl(java.lang.String key)
public XAttributeMapRefImpl(java.lang.String key, org.deckfour.xes.extension.XExtension extension)
public void setAttributeMap(org.deckfour.xes.model.XAttributeMap value)
public org.deckfour.xes.model.XAttributeMap getAttributeMap()
getAttributeMap
in interface XAttributeMapRef
public java.lang.String toString()
toString
in interface org.deckfour.xes.model.XAttribute
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in interface org.deckfour.xes.model.XAttribute
clone
in class org.deckfour.xes.model.impl.XAttributeImpl
public boolean equals(java.lang.Object obj)
equals
in class org.deckfour.xes.model.impl.XAttributeImpl
public int hashCode()
hashCode
in class org.deckfour.xes.model.impl.XAttributeImpl
public int compareTo(org.deckfour.xes.model.XAttribute other)
compareTo
in interface java.lang.Comparable<org.deckfour.xes.model.XAttribute>
compareTo
in class org.deckfour.xes.model.impl.XAttributeImpl