Documentation of 'org.jdmp.core.attribute.Attribute' Java class
Attribute
org.jdmp.core.attribute

Class Attribute

    • Field Summary

      • Fields inherited from interface org.ujmp.core.interfaces.HasLabel

        LABEL
    • Constructor Summary

      Constructors 
      Constructor and Description
      Attribute(boolean discrete, int valueCount) 
      Attribute(java.lang.String label, boolean discrete, int valueCount) 
    • Constructor Detail

      • Attribute

        public Attribute(boolean discrete,
                         int valueCount)
      • Attribute

        public Attribute(java.lang.String label,
                         boolean discrete,
                         int valueCount)
    • Method Detail

      • isDiscrete

        public boolean isDiscrete()
      • setDiscrete

        public void setDiscrete(boolean discrete)
      • getLabel

        public java.lang.String getLabel()
        Description copied from interface: HasLabel
        Returns the String label of an object.
        Specified by:
        getLabel in interface HasLabel
        Returns:
        the label
      • setLabel

        public void setLabel(java.lang.Object label)
        Description copied from interface: HasLabel
        Sets the label of an object
        Specified by:
        setLabel in interface HasLabel
        Parameters:
        label - the new label.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getLabelObject

        public final java.lang.Object getLabelObject()
        Description copied from interface: HasLabel
        Returns the label of an object.
        Specified by:
        getLabelObject in interface HasLabel
        Returns:
        the label
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo(Attribute o)
        Specified by:
        compareTo in interface java.lang.Comparable<Attribute>
      • getValueCount

        public int getValueCount()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.