|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deckfour.xes.model.impl.XAttributeImpl
org.deckfour.xes.model.impl.XAttributeLiteralImpl
public class XAttributeLiteralImpl
This class implements literal type attributes.
Constructor Summary | |
---|---|
XAttributeLiteralImpl(java.lang.String key,
java.lang.String value)
Creates a new instance. |
|
XAttributeLiteralImpl(java.lang.String key,
java.lang.String value,
XExtension extension)
Creates a new instance. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Attributes must be cloneable. |
java.lang.String |
getValue()
Retrieves the literal value of this attribute. |
void |
setValue(java.lang.String value)
Assigns the literal value of this attribute. |
java.lang.String |
toString()
|
Methods inherited from class org.deckfour.xes.model.impl.XAttributeImpl |
---|
compareTo, equals, getAttributes, getExtension, getExtensions, getKey, hashCode, setAttributes |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.deckfour.xes.model.XAttribute |
---|
getExtension, getKey |
Methods inherited from interface org.deckfour.xes.model.XAttributable |
---|
getAttributes, getExtensions, setAttributes |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public XAttributeLiteralImpl(java.lang.String key, java.lang.String value)
key
- The key of the attribute.value
- Value of the attribute.public XAttributeLiteralImpl(java.lang.String key, java.lang.String value, XExtension extension)
key
- The key of the attribute.value
- Value of the attribute.extension
- The extension of the attribute.Method Detail |
---|
public java.lang.String getValue()
XAttributeLiteral
getValue
in interface XAttributeLiteral
public void setValue(java.lang.String value)
XAttributeLiteral
setValue
in interface XAttributeLiteral
value
- Value of the attribute.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
XAttribute
clone
in interface XAttribute
clone
in class XAttributeImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |