public abstract class XAttributeLiteImpl
extends java.lang.Object
implements org.deckfour.xes.model.XAttribute
| Modifier | Constructor and Description |
|---|---|
protected |
XAttributeLiteImpl(java.lang.String key) |
protected |
XAttributeLiteImpl(java.lang.String key,
org.deckfour.xes.extension.XExtension extension) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.deckfour.xes.model.XVisitor visitor,
org.deckfour.xes.model.XAttributable parent) |
abstract java.lang.Object |
clone() |
int |
compareTo(org.deckfour.xes.model.XAttribute o) |
boolean |
equals(java.lang.Object obj) |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
org.deckfour.xes.extension.XExtension |
getExtension() |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
java.lang.String |
getKey() |
boolean |
hasAttributes() |
int |
hashCode() |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap attributes) |
protected XAttributeLiteImpl(java.lang.String key)
protected XAttributeLiteImpl(java.lang.String key,
org.deckfour.xes.extension.XExtension extension)
public abstract java.lang.Object clone()
clone in interface org.deckfour.xes.model.XAttributeclone in class java.lang.Objectpublic java.lang.String getKey()
getKey in interface org.deckfour.xes.model.XAttributepublic org.deckfour.xes.extension.XExtension getExtension()
getExtension in interface org.deckfour.xes.model.XAttributepublic boolean hasAttributes()
hasAttributes in interface org.deckfour.xes.model.XAttributablepublic org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes in interface org.deckfour.xes.model.XAttributablepublic void setAttributes(org.deckfour.xes.model.XAttributeMap attributes)
setAttributes in interface org.deckfour.xes.model.XAttributablepublic java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions in interface org.deckfour.xes.model.XAttributablepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(org.deckfour.xes.model.XAttribute o)
compareTo in interface java.lang.Comparable<org.deckfour.xes.model.XAttribute>public void accept(org.deckfour.xes.model.XVisitor visitor,
org.deckfour.xes.model.XAttributable parent)
accept in interface org.deckfour.xes.model.XAttribute