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 Detail

      • setValue

        void setValue​(long value)
        Assigns the discrete value of this attribute.
        Parameters:
        value - Value of the attribute.
      • getValue

        long getValue()
        Retrieves the discrete value of this attribute.
        Returns:
        Value of this attribute.