Package de.elo.ix.client
Class AspectLineC
java.lang.Object
de.elo.ix.client.AspectLineDataC
de.elo.ix.client.AspectLineC
- All Implemented Interfaces:
java.io.Serializable
public class AspectLineC
extends de.elo.ix.client.AspectLineDataC
implements java.io.Serializable
Constants for class AspectLine
Copyright: Copyright (c) 2019
Organisation: ELO Digital Office GmbH
- Since:
- 20.00.000.100
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static longmbAllowedMaskIdsForKeywordingRelationMember bit: allowedMaskIdsstatic longmbFlagsMember bit: Line flagsstatic longmbImportantstatic longmbPostfixAsterixstatic longmbPrefixAsterixstatic longmbTranslatestatic longmbTypeMember bit: The type of the line information.static intTYPE_OFFSET_TYPES_FOR_ASPECTSTypes above this value are supported only by newer docMasks with aspects.Fields inherited from class de.elo.ix.client.AspectLineDataC
lnAllowedReferencedMaskIdsRaw, lnDefaultValue, lnDisplayName, lnExternalData, lnKey, lnNameTranslationKey, mbAllMembers, mbAllowedReferencedMaskIdsRaw, mbAspectId, mbDefaultValue, mbDisplayName, mbExternalData, mbKey, mbNameTranslationKey, mbRawFlags, mbRawType -
Constructor Summary
Constructors Constructor Description AspectLineC() -
Method Summary
Modifier and Type Method Description static java.lang.StringtypeToString(int type)Methods inherited from class de.elo.ix.client.AspectLineDataC
getLnAllowedReferencedMaskIdsRaw, getLnDefaultValue, getLnDisplayName, getLnExternalData, getLnKey, getLnNameTranslationKey, getMbAllMembers, getMbAllowedReferencedMaskIdsRaw, getMbAspectId, getMbDefaultValue, getMbDisplayName, getMbExternalData, getMbKey, getMbNameTranslationKey, getMbRawFlags, getMbRawType, setLnAllowedReferencedMaskIdsRaw, setLnDefaultValue, setLnDisplayName, setLnExternalData, setLnKey, setLnNameTranslationKey, setMbAllMembers, setMbAllowedReferencedMaskIdsRaw, setMbAspectId, setMbDefaultValue, setMbDisplayName, setMbExternalData, setMbKey, setMbNameTranslationKey, setMbRawFlags, setMbRawType
-
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:
- Constant Field Values
-
mbFlags
public static final long mbFlagsMember bit: Line flags- See Also:
- Constant Field Values
-
mbAllowedMaskIdsForKeywordingRelation
public static final long mbAllowedMaskIdsForKeywordingRelationMember bit: allowedMaskIds- See Also:
- Constant Field Values
-
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. -
mbPostfixAsterix
public static final long mbPostfixAsterix- See Also:
- Constant Field Values
-
mbPrefixAsterix
public static final long mbPrefixAsterix- See Also:
- Constant Field Values
-
mbTranslate
public static final long mbTranslate- See Also:
- Constant Field Values
-
mbImportant
public static final long mbImportant- See Also:
- Constant Field Values
-
-
Constructor Details
-
AspectLineC
public AspectLineC()
-
-
Method Details
-
typeToString
public static java.lang.String typeToString(int type)
-