Package org.deckfour.xes.model
Interface XAttributeDiscrete
-
- All Superinterfaces:
java.lang.Cloneable,java.lang.Comparable<XAttribute>,java.io.Serializable,XAttributable,XAttribute
- All Known Implementing Classes:
XAttributeDiscreteImpl
public interface XAttributeDiscrete extends XAttribute
Attribute with discrete type value (i.e., long-precision integer).- Author:
- Christian W. Guenther (christian@deckfour.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetValue()Retrieves the discrete value of this attribute.voidsetValue(long value)Assigns the discrete value of this attribute.-
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, hasAttributes, setAttributes
-
Methods inherited from interface org.deckfour.xes.model.XAttribute
accept, clone, getExtension, getKey, toString
-
-