|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XAttributeLiteral
Attribute with literal type value (i.e., string-based).
Method Summary | |
---|---|
String |
getValue()
Retrieves the literal value of this attribute. |
void |
setValue(String value)
Assigns the literal value of this attribute. |
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 |
Method Detail |
---|
void setValue(String value)
value
- Value of the attribute.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |