Package de.elo.ix.client
Class IndexValueC
java.lang.Object
de.elo.ix.client.IndexValueC
- All Implemented Interfaces:
Serializable
This class defines the constants for the type member in IndexValue.
- Since:
- 20.00.000.100
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
void
setTYPE_DOUBLE
(int typeDouble) void
setTYPE_INT
(int typeInt) void
setTYPE_RELATION
(int typeRelation) void
setTYPE_STATUS
(int typeStatus) void
setTYPE_STRING
(int typeString) static String
typeToString
(int type)
-
Field Details
-
TYPE_INT
public static final int TYPE_INT- See Also:
-
TYPE_DOUBLE
public static final int TYPE_DOUBLE- See Also:
-
TYPE_STRING
public static final int TYPE_STRING- See Also:
-
TYPE_ISO_DATE_ONLY
public static final int TYPE_ISO_DATE_ONLY- Since:
- 21.00.000.000
- See Also:
-
TYPE_ISO_DATE_TIME
public static final int TYPE_ISO_DATE_TIME- Since:
- 21.00.000.000
- See Also:
-
TYPE_STATUS
public static final int TYPE_STATUS- Since:
- 21.00.000.010
- See Also:
-
TYPE_RELATION
public static final int TYPE_RELATION- Since:
- 21.00.000.019
- See Also:
-
TYPE_USER
public static final int TYPE_USER- Since:
- 21.02.000.007
- See Also:
-
-
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
-