Package de.elo.ix.client
Class AspectLineC
java.lang.Object
de.elo.ix.client.AspectLineDataC
de.elo.ix.client.AspectLineC
- All Implemented Interfaces:
Serializable
Constants for class AspectLine
Copyright: Copyright (c) 2019
Organisation: ELO Digital Office GmbH
- Since:
- 20.00.000.100
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Member bit: allowedMaskIdsstatic final long
Member bit: Line flagsstatic final long
static final long
static final long
static final long
static final long
Member bit: The type of the line information.static final int
Aspect line contains a floating point number value with 15 significant digits.static final int
Aspect line contains a number value without fraction in the range of (-2^31) to (2^31)-1.static final int
Aspect line contains a date in ISO format without time digits.static final int
Aspect line contains a date in ISO format with time digits.static final int
Types above this value are supported only by newer docMasks with aspects.static final int
Aspect line contains a relation.static final int
Aspect line contains a text which is defined by a mandatory keyword list with a localized display value.static final int
Aspect line contains text information.static final int
Aspect line contains user guid information.Fields inherited from class de.elo.ix.client.AspectLineDataC
lnAllowedReferencedMaskIdsRaw, lnComment, lnCommentTranslationKey, lnDefaultValue, lnDisplayName, lnDynamicKeywordReference, lnExternalData, lnKey, lnKeywordListId, lnNameTranslationKey, lnSubType, mbAllMembers, mbAllowedReferencedMaskIdsRaw, mbAspectId, mbComment, mbCommentTranslationKey, mbDefaultValue, mbDisplayName, mbDynamicKeywordReference, mbExternalData, mbKey, mbKeywordListId, mbNameTranslationKey, mbRawFlags, mbRawType, mbSubType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
void
setTYPE_DOUBLE
(int TYPE_DOUBLE) void
setTYPE_INTEGER
(int TYPE_INTEGER) void
setTYPE_ISO_DATE_ONLY
(int TYPE_ISO_DATE_ONLY) void
setTYPE_ISO_DATE_TIME
(int TYPE_ISO_DATE_TIME) void
setTYPE_RELATION
(int TYPE_RELATION) void
setTYPE_STATUS
(int TYPE_STATUS) void
setTYPE_TEXT
(int TYPE_TEXT) static String
typeToString
(int type) Methods inherited from class de.elo.ix.client.AspectLineDataC
getLnAllowedReferencedMaskIdsRaw, getLnComment, getLnCommentTranslationKey, getLnDefaultValue, getLnDisplayName, getLnDynamicKeywordReference, getLnExternalData, getLnKey, getLnKeywordListId, getLnNameTranslationKey, getLnSubType, getMbAllMembers, getMbAllowedReferencedMaskIdsRaw, getMbAspectId, getMbComment, getMbCommentTranslationKey, getMbDefaultValue, getMbDisplayName, getMbDynamicKeywordReference, getMbExternalData, getMbKey, getMbKeywordListId, getMbNameTranslationKey, getMbRawFlags, getMbRawType, getMbSubType, setLnAllowedReferencedMaskIdsRaw, setLnComment, setLnCommentTranslationKey, setLnDefaultValue, setLnDisplayName, setLnDynamicKeywordReference, setLnExternalData, setLnKey, setLnKeywordListId, setLnNameTranslationKey, setLnSubType, setMbAllMembers, setMbAllowedReferencedMaskIdsRaw, setMbAspectId, setMbComment, setMbCommentTranslationKey, setMbDefaultValue, setMbDisplayName, setMbDynamicKeywordReference, setMbExternalData, setMbKey, setMbKeywordListId, setMbNameTranslationKey, setMbRawFlags, setMbRawType, setMbSubType
-
Field Details
-
mbType
public static final long mbTypeMember bit: The type of the line information. This can be one of theDocMaskLineC.LINETYPE_*
constants.- See Also:
-
mbFlags
public static final long mbFlagsMember bit: Line flags- See Also:
-
mbAllowedMaskIdsForKeywordingRelation
public static final long mbAllowedMaskIdsForKeywordingRelationMember bit: allowedMaskIds- See Also:
-
mbPostfixAsterix
public static final long mbPostfixAsterix- See Also:
-
mbPrefixAsterix
public static final long mbPrefixAsterix- See Also:
-
mbTranslate
public static final long mbTranslate- See Also:
-
mbImportant
public static final long mbImportant- See Also:
-
TYPE_OFFSET_TYPES_FOR_ASPECTS
public static final int TYPE_OFFSET_TYPES_FOR_ASPECTSTypes above this value are supported only by newer docMasks with aspects. -
TYPE_TEXT
public static final int TYPE_TEXTAspect line contains text information.- Since:
- 21.00.000.007
- See Also:
-
TYPE_USER
public static final int TYPE_USERAspect line contains user guid information.- Since:
- 21.02.000.007
- See Also:
-
TYPE_INTEGER
public static final int TYPE_INTEGERAspect line contains a number value without fraction in the range of (-2^31) to (2^31)-1.- Since:
- 21.00.000.007
- See Also:
-
TYPE_DOUBLE
public static final int TYPE_DOUBLEAspect line contains a floating point number value with 15 significant digits. To assign a value of this type toIndexValue.doubleValue
, the String representation has to conform to the Double.toString() method of Java. Use dot to separate the fraction part and character 'E' to prefix the exponent.- Since:
- 21.00.000.007
- See Also:
-
TYPE_RELATION
public static final int TYPE_RELATIONAspect line contains a relation. A Relation consists of aSord.guid
which references aSord
. with a allowed DocMaskDocMaskDetails.keywordingRelationAllowed
.- Since:
- 21.00.000.019
- See Also:
-
TYPE_ISO_DATE_ONLY
public static final int TYPE_ISO_DATE_ONLYAspect line contains a date in ISO format without time digits.- Since:
- 21.00.000.000
- See Also:
-
TYPE_ISO_DATE_TIME
public static final int TYPE_ISO_DATE_TIMEAspect line contains a date in ISO format with time digits.- Since:
- 21.00.000.000
- See Also:
-
TYPE_STATUS
public static final int TYPE_STATUSAspect line contains a text which is defined by a mandatory keyword list with a localized display value.- Since:
- 21.00.000.010
- See Also:
-
-
Constructor Details
-
AspectLineC
public AspectLineC()
-
-
Method Details
-
typeToString
-
getTYPE_TEXT
public int getTYPE_TEXT() -
setTYPE_TEXT
public void setTYPE_TEXT(int TYPE_TEXT) -
getTYPE_INTEGER
public int getTYPE_INTEGER() -
setTYPE_INTEGER
public void setTYPE_INTEGER(int TYPE_INTEGER) -
getTYPE_DOUBLE
public int getTYPE_DOUBLE() -
setTYPE_DOUBLE
public void setTYPE_DOUBLE(int TYPE_DOUBLE) -
getTYPE_RELATION
public int getTYPE_RELATION() -
setTYPE_RELATION
public void setTYPE_RELATION(int TYPE_RELATION) -
getTYPE_ISO_DATE_ONLY
public int getTYPE_ISO_DATE_ONLY() -
setTYPE_ISO_DATE_ONLY
public void setTYPE_ISO_DATE_ONLY(int TYPE_ISO_DATE_ONLY) -
getTYPE_ISO_DATE_TIME
public int getTYPE_ISO_DATE_TIME() -
setTYPE_ISO_DATE_TIME
public void setTYPE_ISO_DATE_TIME(int TYPE_ISO_DATE_TIME) -
getTYPE_STATUS
public int getTYPE_STATUS() -
setTYPE_STATUS
public void setTYPE_STATUS(int TYPE_STATUS)
-