Class AspectLineC

All Implemented Interfaces:
Serializable

public class AspectLineC extends AspectLineDataC implements Serializable

Constants for class AspectLine

Copyright: Copyright (c) 2019

Organisation: ELO Digital Office GmbH

Since:
20.00.000.100
See Also:
  • Field Details

    • mbType

      public static final long mbType
      Member bit: The type of the line information. This can be one of the DocMaskLineC.LINETYPE_* constants.
      See Also:
    • mbFlags

      public static final long mbFlags
      Member bit: Line flags
      See Also:
    • mbAllowedMaskIdsForKeywordingRelation

      public static final long mbAllowedMaskIdsForKeywordingRelation
      Member 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_ASPECTS
      Types above this value are supported only by newer docMasks with aspects.
      See Also:
    • TYPE_TEXT

      public static final int TYPE_TEXT
      Aspect line contains text information.
      Since:
      21.00.000.007
      See Also:
    • TYPE_USER

      public static final int TYPE_USER
      Aspect line contains user guid information.
      Since:
      21.02.000.007
      See Also:
    • TYPE_INTEGER

      public static final int TYPE_INTEGER
      Aspect 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_DOUBLE
      Aspect line contains a floating point number value with 15 significant digits. To assign a value of this type to IndexValue.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_RELATION
      Aspect line contains a relation. A Relation consists of a Sord.guid which references a Sord. with a allowed DocMask DocMaskDetails.keywordingRelationAllowed.
      Since:
      21.00.000.019
      See Also:
    • TYPE_ISO_DATE_ONLY

      public static final int TYPE_ISO_DATE_ONLY
      Aspect 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_TIME
      Aspect line contains a date in ISO format with time digits.
      Since:
      21.00.000.000
      See Also:
    • TYPE_STATUS

      public static final int TYPE_STATUS
      Aspect 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

      public static String typeToString(int type)
    • 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)