Class IndexValueC

java.lang.Object
de.elo.ix.client.IndexValueC
All Implemented Interfaces:
Serializable

public class IndexValueC extends Object implements Serializable
This class defines the constants for the type member in IndexValue.
Since:
20.00.000.100
See Also:
  • Field Details

  • Constructor Details

    • IndexValueC

      public IndexValueC()
  • Method Details

    • getTYPE_INT

      public int getTYPE_INT()
    • setTYPE_INT

      public void setTYPE_INT(int typeInt)
    • getTYPE_DOUBLE

      public int getTYPE_DOUBLE()
    • setTYPE_DOUBLE

      public void setTYPE_DOUBLE(int typeDouble)
    • getTYPE_STRING

      public int getTYPE_STRING()
    • setTYPE_STRING

      public void setTYPE_STRING(int typeString)
    • getTYPE_STATUS

      public int getTYPE_STATUS()
    • setTYPE_STATUS

      public void setTYPE_STATUS(int typeStatus)
    • getTYPE_RELATION

      public int getTYPE_RELATION()
    • setTYPE_RELATION

      public void setTYPE_RELATION(int typeRelation)
    • typeToString

      public static String typeToString(int type)