Class IndexValue

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.IndexValue
All Implemented Interfaces:
Serializable

public class IndexValue extends ValueClass
This class is a container for one value of a serializable type. It represents the value of an index line in aspect objects.
Since:
20.00.000.100
See Also:
  • Field Details

  • Constructor Details

    • IndexValue

      public IndexValue()
    • IndexValue

      public IndexValue(IndexValue rhs)
    • IndexValue

      public IndexValue(int v)
    • IndexValue

      public IndexValue(double v)
    • IndexValue

      public IndexValue(String v)
      Sets the type to IndexValueC.TYPE_STRING. If you want to get another value type, use the constructor with type parameter.
      Parameters:
      v -
    • IndexValue

      public IndexValue(int type, String v)
  • Method Details

    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getIntValue

      public int getIntValue()
    • setIntValue

      public void setIntValue(int intValue)
    • getDoubleValue

      public double getDoubleValue()
    • setDoubleValue

      public void setDoubleValue(double doubleValue)
    • getStringValue

      public String getStringValue()
    • setStringValue

      public void setStringValue(String stringValue)
    • getIsoDateOnlyValue

      public String getIsoDateOnlyValue()
    • setIsoDateOnlyValue

      public void setIsoDateOnlyValue(String value)
    • getIsoDateTimeValue

      public String getIsoDateTimeValue()
    • setIsoDateTimeValue

      public void setIsoDateTimeValue(String value)
    • getUserValue

      public String getUserValue()
    • setUserValue

      public void setUserValue(String userGuid)
    • getDisplayData

      public String getDisplayData()
    • setDisplayData

      public void setDisplayData(String displayData)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object