Klasse AbstractValueElement

Alle implementierten Schnittstellen:
FontProperties, GeneralProperties, NodeParser, com.inet.report.ReferenceHolder, ValueProperties, Serializable, Cloneable
Bekannte direkte Unterklassen:
FieldElement, FieldPart

public abstract class AbstractValueElement extends AbstractFontElement implements ValueProperties
This class is an abstract implementation of the interface ValueProperties.
Seit:
6.0
Siehe auch:
  • Methodendetails

    • getAmString

      public final String getAmString()
      Returns the value of the property 'am string'. Use this property to specify the character(s) you want to use to identify the time between midnight and noon.
      Angegeben von:
      getAmString in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'am string'.
      Seit:
      6.0
    • setAmString

      public final void setAmString(String newValue)
      Sets the value of the property 'am string'. Use this property to specify the character(s) you want to use to identify the time between midnight and noon.
      Angegeben von:
      setAmString in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'am string'.
      Seit:
      6.0
    • getAmStringFormula

      public final FormulaField getAmStringFormula()
      Returns the formula of the property 'am string'. Use this property to specify the character(s) you want to use to identify the time between midnight and noon.
      Angegeben von:
      getAmStringFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField if a formula for this property was defined else null.
      Seit:
      6.0
    • setAmStringFormula

      public final void setAmStringFormula(FormulaField newFormula)
      Sets the formula for the property 'am string'. Use this property to specify the character(s) you want to use to identify the time between midnight and noon.
      Angegeben von:
      setAmStringFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'am string'.
      Seit:
      6.0
    • getPmString

      public final String getPmString()
      Returns the value of the property 'pm string'. Use this property to specify the character(s) you want to use to identify the time between noon and midnight.
      Angegeben von:
      getPmString in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'pm string'.
      Seit:
      6.0
    • setPmString

      public final void setPmString(String newValue)
      Sets the value of the property 'pm string'. Use this property to specify the character(s) you want to use to identify the time between noon and midnight.
      Angegeben von:
      setPmString in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'pm string'.
      Seit:
      6.0
    • getPmStringFormula

      public final FormulaField getPmStringFormula()
      Returns the formula of the property 'pm string'. Use this property to specify the character(s) you want to use to identify the time between noon and midnight.
      Angegeben von:
      getPmStringFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField if a formula for this property was defined else null.
      Seit:
      6.0
    • setPmStringFormula

      public final void setPmStringFormula(FormulaField newFormula)
      Sets the formula for the property 'pm string'. Use this property to specify the character(s) you want to use to identify the time between noon and midnight.
      Angegeben von:
      setPmStringFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'pm string'.
      Seit:
      6.0
    • setTimeBase

      public final void setTimeBase(int newValue)
      Sets the value of the property 'time base'. Use this property to specify the representation of the hours in a custom time format field. The hours in a time field can be printed at base 12 and at base 24.
      Angegeben von:
      setTimeBase in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'time base'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.TWELVE_HOURS
      • ValuePropertiesConstants.TWENTY_FOUR_HOURS
    • getTimeBase

      public final int getTimeBase()
      Returns the value of the property 'time base'. Use this property to specify the representation of the hours in a custom time format field. The hours in a time field can be printed at base 12 and at base 24.
      Angegeben von:
      getTimeBase in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'time base'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.TWELVE_HOURS
      • ValuePropertiesConstants.TWENTY_FOUR_HOURS
    • setTimeBaseFormula

      public final void setTimeBaseFormula(FormulaField newFormula)
      Sets the formula for the property 'time base'. Use this property to specify the representation of the hours in a custom time format field. The hours in a time field can be printed at base 12 and at base 24.
      Angegeben von:
      setTimeBaseFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'time base'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.TWELVE_HOURS
      • ValuePropertiesConstants.TWENTY_FOUR_HOURS
    • getTimeBaseFormula

      public final FormulaField getTimeBaseFormula()
      Returns the formula for the property 'time base'. Use this property to specify the representation of the hours in a custom time format field. The hours in a time field can be printed at base 12 and at base 24.
      Angegeben von:
      getTimeBaseFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'time base'.
      Seit:
      6.0
    • getAmPmOrder

      public final int getAmPmOrder()
      Returns the value of the property 'am pm order/type'. Use this option to specify the position of the am/pm-String in a custom time format field. You can place the am/pm-String before or after the time value.
      Angegeben von:
      getAmPmOrder in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of property.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.AM_PM_BEFORE
      • ValuePropertiesConstants.AM_PM_AFTER
    • setAmPmOrder

      public final void setAmPmOrder(int newValue)
      Sets the value of the property 'am pm order/type'. Use this option to specify the position of the am/pm-String in a custom time format field. You can place the am/pm-String before or after the time value.
      Angegeben von:
      setAmPmOrder in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value for property.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.AM_PM_BEFORE
      • ValuePropertiesConstants.AM_PM_AFTER
    • getAmPmOrderFormula

      public final FormulaField getAmPmOrderFormula()
      returns the formula of the property 'am pm order/type'. Use this option to specify the position of the am/pm-String in a custom time format field. You can place the am/pm-String before or after the time value.
      Angegeben von:
      getAmPmOrderFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField if a formula for this property was defined else null.
      Seit:
      6.0
    • setAmPmOrderFormula

      public final void setAmPmOrderFormula(FormulaField newFormula)
      Sets the formula for the property 'am pm order/type'. Use this option to specify the position of the am/pm-String in a custom time format field. You can place the am/pm-String before or after the time value.
      Angegeben von:
      setAmPmOrderFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'am pm order/type'. The result of the formula should either 0 or 1.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.AM_PM_BEFORE
      • ValuePropertiesConstants.AM_PM_AFTER
    • setHourType

      public final void setHourType(int newValue)
      Sets the value of the property 'hour type'. Use this property to specify the representation of the hour part of the time value in a custom time format.
      Angegeben von:
      setHourType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'hour type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NO_HOUR
      • ValuePropertiesConstants.NUMERIC_HOUR
      • ValuePropertiesConstants.NUMERIC_HOUR_NO_LEADING_ZERO
    • getHourType

      public final int getHourType()
      Returns the value of the property 'hour type'. Use this property to specify the representation of the hour part of the time value in a custom time format.
      Angegeben von:
      getHourType in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of the property 'hour type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NO_HOUR
      • ValuePropertiesConstants.NUMERIC_HOUR
      • ValuePropertiesConstants.NUMERIC_HOUR_NO_LEADING_ZERO
    • setHourTypeFormula

      public final void setHourTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'hour type'. Use this property to specify the representation of the hour part of the time value in a custom time format.
      Angegeben von:
      setHourTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'hour type'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NO_HOUR
      • ValuePropertiesConstants.NUMERIC_HOUR
      • ValuePropertiesConstants.NUMERIC_HOUR_NO_LEADING_ZERO
    • getHourTypeFormula

      public final FormulaField getHourTypeFormula()
      Returns the formula for the property 'hour type'. Use this property to specify the representation of the hour part of the time value in a custom time format.
      Angegeben von:
      getHourTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The current formula for the property 'hour type'.
      Seit:
      6.0
    • setMinuteType

      public final void setMinuteType(int newValue)
      Sets the value of the property 'minute type'. Use this property to specify the representation of the minute part of the time value in a custom time format.
      Angegeben von:
      setMinuteType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'minute type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NO_MINUTE
      • ValuePropertiesConstants.NUMERIC_MINUTE
      • ValuePropertiesConstants.NUMERIC_MINUTE_NO_LEADING_ZERO
    • getMinuteType

      public final int getMinuteType()
      Returns the value of the property 'minute type'. Use this property to specify the representation of the minute part of the time value in a custom time format.
      Angegeben von:
      getMinuteType in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of the property 'minute type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NO_MINUTE
      • ValuePropertiesConstants.NUMERIC_MINUTE
      • ValuePropertiesConstants.NUMERIC_MINUTE_NO_LEADING_ZERO
    • setMinuteTypeFormula

      public final void setMinuteTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'minute type'. Use this property to specify the representation of the minute part of the time value in a custom time format.
      Angegeben von:
      setMinuteTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'minute type'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NO_MINUTE
      • ValuePropertiesConstants.NUMERIC_MINUTE
      • ValuePropertiesConstants.NUMERIC_MINUTE_NO_LEADING_ZERO
    • getMinuteTypeFormula

      public final FormulaField getMinuteTypeFormula()
      Returns the formula for the property 'minute type'. Use this property to specify the representation of the minute part of the time value in a custom time format.
      Angegeben von:
      getMinuteTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'minute type'.
      Seit:
      6.0
    • setSecondType

      public final void setSecondType(int newValue)
      Sets the value of the property 'second type'. Use this property to specify the representation of the second part of the time value in a custom time format.
      Angegeben von:
      setSecondType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'second type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NUMERIC_NO_SECOND
      • ValuePropertiesConstants.NUMERIC_SECOND
      • ValuePropertiesConstants.NUMERIC_NO_LEADING_ZERO
    • getSecondType

      public final int getSecondType()
      Returns the value of the property 'second type'. Use this property to specify the representation of the second part of the time value in a custom time format.
      Angegeben von:
      getSecondType in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of the property 'second type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NUMERIC_NO_SECOND
      • ValuePropertiesConstants.NUMERIC_SECOND
      • ValuePropertiesConstants.NUMERIC_NO_LEADING_ZERO
    • setSecondTypeFormula

      public final void setSecondTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'second type'. Use this property to specify the representation of the second part of the time value in a custom time format.
      Angegeben von:
      setSecondTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'second type'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NUMERIC_NO_SECOND
      • ValuePropertiesConstants.NUMERIC_SECOND
      • ValuePropertiesConstants.NUMERIC_NO_LEADING_ZERO
    • getSecondTypeFormula

      public final FormulaField getSecondTypeFormula()
      Returns the formula for the property 'second type'. Use this property to specify the representation of the second part of the time value in a custom time format.
      Angegeben von:
      getSecondTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'second type'.
      Seit:
      6.0
    • getHourMinuteSeparator

      public final String getHourMinuteSeparator()
      Returns the value of the property 'hour minute sepereator'. Use this property to specify the character(s) which should be used to separate the hours and minutes in a custom time format field.
      Angegeben von:
      getHourMinuteSeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of the property 'hour minute sepereator'.
      Seit:
      6.1
    • setHourMinuteSeparator

      public final void setHourMinuteSeparator(String newValue)
      Sets the value of the property 'hour minute sepereator'. Use this property to specify the character(s) which should be used to separate the hours and minutes in a custom time format field.
      Angegeben von:
      setHourMinuteSeparator in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'hour minute sepereator'.
      Seit:
      6.1
    • setHourMinuteSeparatorFormula

      public final void setHourMinuteSeparatorFormula(FormulaField newFormula)
      Sets the formula for the property 'hour minute sepereator'. Use this property to specify the character(s) which should be used to separate the hours and minutes in a custom time format field.
      Angegeben von:
      setHourMinuteSeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'hour minute sepereator'.
      Seit:
      6.1
    • getHourMinuteSeparatorFormula

      public final FormulaField getHourMinuteSeparatorFormula()
      Returns the formula for the property 'hour minute sepereator'. Use this property to specify the character(s) which should be used to separate the hours and minutes in a custom time format field.
      Angegeben von:
      getHourMinuteSeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The current formula for the property 'hour minute sepereator'.
      Seit:
      6.1
    • setMinuteSecondSeparator

      public final void setMinuteSecondSeparator(String newValue)
      Sets the value of the property 'minute second separator'. Use this property to specify the character(s) which should be used to separate the minutes and second in a custom time format field.
      Angegeben von:
      setMinuteSecondSeparator in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'minute second separator'.
      Seit:
      6.1
    • getMinuteSecondSeparator

      public final String getMinuteSecondSeparator()
      Returns the value of the property 'minute second separator'. Use this property to specify the character(s) which should be used to separate the minutes and second in a custom time format field.
      Angegeben von:
      getMinuteSecondSeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of the property 'minute second separator'.
      Seit:
      6.1
    • setMinuteSecondSeparatorFormula

      public final void setMinuteSecondSeparatorFormula(FormulaField newFormula)
      Sets the formula for the property 'minute second separator'. Use this property to specify the character(s) which should be used to separate the minutes and second in a custom time format field.
      Angegeben von:
      setMinuteSecondSeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'minute second separator'.
      Seit:
      6.1
    • getMinuteSecondSeparatorFormula

      public final FormulaField getMinuteSecondSeparatorFormula()
      Returns the formula for the property 'minute second separator'. Use this property to specify the character(s) which should be used to separate the minutes and second in a custom time format field.
      Angegeben von:
      getMinuteSecondSeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'minute second separator'.
      Seit:
      6.1
    • getDateFormatType

      public final int getDateFormatType()
      Returns the date format type set for this element. Use this property to specify whether you want to use the short default date format (e.g. "11/07/2007") or the long (e.g. "Wednesday, November 7, 2007") or if you want to create your own format. When this property is set to short or long default date format all other properties for date format will not have any effect.
      Angegeben von:
      getDateFormatType in Schnittstelle ValueProperties
      Gibt zurück:
      The date format type set for this element.
      Siehe auch:
    • setDateFormatType

      public final void setDateFormatType(int newValue)
      Sets the date format type to use for this element. Use this property to specify whether you want to use the short default date format (e.g. "11/07/2007") or the long (e.g. "Wednesday, November 7, 2007") or if you want to create your own format. When this property is set to short or long default date format all other properties for date format will not take effect.
      Angegeben von:
      setDateFormatType in Schnittstelle ValueProperties
      Parameter:
      newValue - The date format type set for this element
      Siehe auch:
    • getDateFormatTypeFormula

      public final FormulaField getDateFormatTypeFormula()
      Returns the formula for the property 'date format type'. Use this property to specify whether you want to use the short default date format (e.g. "11/07/2007") or the long (e.g. "Wednesday, November 7, 2007") or if you want to create your own format. When this property is set to short or long default date format all other properties for date format will not take effect.
      Angegeben von:
      getDateFormatTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'date format type'.
    • setDateFormatTypeFormula

      public final void setDateFormatTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'date format type'. Use this property to specify whether you want to use the short default date format (e.g. "11/07/2007") or the long (e.g. "Wednesday, November 7, 2007") or if you want to create your own format. When this property is set to short or long default date format all other properties for date format will not take effect.
      Angegeben von:
      setDateFormatTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'date format type'. The result of the formula should be 0 (long), 1 (short), 2 (custom), or 3 (medium).
      Siehe auch:
    • getDateWindowsDefaultTypeFormula

      @Deprecated public final FormulaField getDateWindowsDefaultTypeFormula()
      Veraltet.
      As of i-net Crystal-Clear 8.0, use getDateFormatTypeFormula() instead.
      FOR INTERNAL USE ONLY
    • setDateWindowsDefaultTypeFormula

      @Deprecated public final void setDateWindowsDefaultTypeFormula(FormulaField newFormula)
      Veraltet.
      As of i-net Crystal-Clear 8.0, use setDateFormatTypeFormula(FormulaField) instead.
      FOR INTERNAL USE ONLY
    • getTimeFormatType

      public int getTimeFormatType()
      Returns the time format type to use for this element. Use this property to specify whether you want to use the short default time format (e.g. "1:12 AM"), the medium default time format (e.g. "1:12:23 AM"), the long default time format (e.g. "1:12:23 AM GMT-06:00"), or if you want to create your own format. When this property is set to short, medium, or long default time format all other properties for date format will not take effect.
      Angegeben von:
      getTimeFormatType in Schnittstelle ValueProperties
      Gibt zurück:
      the time format type set for this element.
      Siehe auch:
    • setTimeFormatType

      public void setTimeFormatType(int systemDefaultTimeType)
      Sets the time format type to use for this element. Use this property to specify whether you want to use the short default time format (e.g. "1:12 AM"), the medium default time format (e.g. "1:12:23 AM"), the long default time format (e.g. "1:12:23 AM GMT-06:00"), or if you want to create your own format. When this property is set to short, medium, or long default time format all other properties for date format will not take effect.
      Angegeben von:
      setTimeFormatType in Schnittstelle ValueProperties
      Parameter:
      systemDefaultTimeType - the time format type set for this element
      Siehe auch:
    • getTimeFormatTypeFormula

      public FormulaField getTimeFormatTypeFormula()
      Returns the formula determining the time format type to use for this element. Use this property to specify whether you want to use the short default time format (e.g. "1:12 AM"), the medium default time format (e.g. "1:12:23 AM"), the long default time format (e.g. "1:12:23 AM GMT-06:00"), or if you want to create your own format. When this property is set to short, medium, or long default time format all other properties for date format will not take effect.
      Angegeben von:
      getTimeFormatTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      the formula determining the time format type set for this element
    • setTimeFormatTypeFormula

      public void setTimeFormatTypeFormula(FormulaField newFormula)
      Sets the formula determining the time format type to use for this element. Use this property to specify whether you want to use the short default time format (e.g. "1:12 AM"), the medium default time format (e.g. "1:12:23 AM"), the long default time format (e.g. "1:12:23 AM GMT-06:00"), or if you want to create your own format. When this property is set to short, medium, or long default time format all other properties for date format will not take effect.
      Angegeben von:
      setTimeFormatTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - the formula determining the time format type set for this element
    • getNumberFormatType

      public int getNumberFormatType()
      Returns the number format type set for this element. Use this property to specify whether you want to use one of the default number formats (which are determined through the current locale) or if you want to create your own custom format. If this property is set to a default format type, all other properties for number format will not have any effect.
      Angegeben von:
      getNumberFormatType in Schnittstelle ValueProperties
      Gibt zurück:
      The number format type set for this element.
      Siehe auch:
    • setNumberFormatType

      public void setNumberFormatType(int newValue)
      Sets the number format type to use for this element. Use this property to specify whether you want to use one of the default number formats (which are determined through the current locale) or if you want to create your own custom format. If this property is set to a default format type, all other properties for number format will not have any effect.
      Angegeben von:
      setNumberFormatType in Schnittstelle ValueProperties
      Parameter:
      newValue - The number format type to set for this element
      Siehe auch:
    • getNumberFormatTypeFormula

      public FormulaField getNumberFormatTypeFormula()
      Returns the formula which returns the number format type to use for this element. This type specifies whether you want to use one of the default number formats (which are determined through the current locale) or if you want to create your own custom format. If this property is set to a default format type, all other properties for number format will not have any effect.
      Angegeben von:
      getNumberFormatTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      The formula field which returns the number format type to use for this element.
      Siehe auch:
    • setNumberFormatTypeFormula

      public void setNumberFormatTypeFormula(FormulaField newFormula)
      Sets the formula which returns the number format type to use for this element. This type specifies whether you want to use one of the default number formats (which are determined through the current locale) or if you want to create your own custom format. If this property is set to a default format type, all other properties for number format will not have any effect.
      Angegeben von:
      setNumberFormatTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The formula field which returns the number format type to use for this element
      Siehe auch:
    • getDateCalendarType

      public final int getDateCalendarType()
      Returns the value of the property 'date calendar type'. Use this property to choose a calendar.
      Angegeben von:
      getDateCalendarType in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'date calendar type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.GREGORIAN_CALENDAR
      • ValuePropertiesConstants.GREGORIAN_US_CALENDAR
      • ValuePropertiesConstants.JAPANESE_CALENDAR
      • ValuePropertiesConstants.TAIWANESE_CALENDAR
      • ValuePropertiesConstants.KOREAN_CALENDAR
      • ValuePropertiesConstants.HIJRI_CALENDAR
      • ValuePropertiesConstants.THAI_CALENDAR
    • setDateCalendarType

      public final void setDateCalendarType(int newValue)
      Sets the value of the property 'date calendar type'. Use this property to choose a calendar.
      Angegeben von:
      setDateCalendarType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'date calendar type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.GREGORIAN_CALENDAR
      • ValuePropertiesConstants.GREGORIAN_US_CALENDAR
      • ValuePropertiesConstants.JAPANESE_CALENDAR
      • ValuePropertiesConstants.TAIWANESE_CALENDAR
      • ValuePropertiesConstants.KOREAN_CALENDAR
      • ValuePropertiesConstants.HIJRI_CALENDAR
      • ValuePropertiesConstants.THAI_CALENDAR
    • getDateCalendarTypeFormula

      public final FormulaField getDateCalendarTypeFormula()
      Returns the formula of the property 'date calendar type'. Use this property to choose a calendar.
      Angegeben von:
      getDateCalendarTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'date calendar type'.
      Seit:
      6.0
    • setDateCalendarTypeFormula

      public final void setDateCalendarTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'date calendar type'. Use this property to choose a calendar.
      Angegeben von:
      setDateCalendarTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula of the property 'date calendar type'. The result of the formula should be in range from 1 to 7.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.GREGORIAN_CALENDAR
      • ValuePropertiesConstants.GREGORIAN_US_CALENDAR
      • ValuePropertiesConstants.JAPANESE_CALENDAR
      • ValuePropertiesConstants.TAIWANESE_CALENDAR
      • ValuePropertiesConstants.KOREAN_CALENDAR
      • ValuePropertiesConstants.HIJRI_CALENDAR
      • ValuePropertiesConstants.THAI_CALENDAR
    • getDateEraType

      public final int getDateEraType()
      Returns the value of the property 'date era type'.
      Angegeben von:
      getDateEraType in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'date era type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.SHORT_ERA
      • ValuePropertiesConstants.LONG_ERA
      • ValuePropertiesConstants.NO_ERA
    • setDateEraType

      public final void setDateEraType(int newValue)
      Sets the value of the property 'date era type'.
      Angegeben von:
      setDateEraType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'date era type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.SHORT_ERA
      • ValuePropertiesConstants.LONG_ERA
      • ValuePropertiesConstants.NO_ERA
    • getDateEraTypeFormula

      public final FormulaField getDateEraTypeFormula()
      Returns the formula of the property 'date era type'.
      Angegeben von:
      getDateEraTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'date era type'.
      Seit:
      6.0
    • setDateEraTypeFormula

      public final void setDateEraTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'date era type'.
      Angegeben von:
      setDateEraTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'date era type'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.SHORT_ERA
      • ValuePropertiesConstants.LONG_ERA
      • ValuePropertiesConstants.NO_ERA
    • getDayType

      public final int getDayType()
      Returns the value of the property 'day type'. Use this property to specify the day representation of a custom date format.
      Angegeben von:
      getDayType in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'day type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NUMERIC_DAY
      • ValuePropertiesConstants.LEADING_ZERO_NUMERIC_DAY
      • ValuePropertiesConstants.NO_DAY
    • setDayType

      public final void setDayType(int newValue)
      Sets the value of the property 'day type'. Use this property to specify the day representation of a custom date format.
      Angegeben von:
      setDayType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'day type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NUMERIC_DAY
      • ValuePropertiesConstants.LEADING_ZERO_NUMERIC_DAY
      • ValuePropertiesConstants.NO_DAY
    • getDayTypeFormula

      public final FormulaField getDayTypeFormula()
      Returns the formula for the property 'day type'. Use this property to specify the day representation of a custom date format.
      Angegeben von:
      getDayTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'day type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NUMERIC_DAY
      • ValuePropertiesConstants.LEADING_ZERO_NUMERIC_DAY
      • ValuePropertiesConstants.NO_DAY
    • setDayTypeFormula

      public final void setDayTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'day type'. Use this property to specify the day representation of a custom date format.
      Angegeben von:
      setDayTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'day type'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NUMERIC_DAY
      • ValuePropertiesConstants.LEADING_ZERO_NUMERIC_DAY
      • ValuePropertiesConstants.NO_DAY
    • setMonthType

      public final void setMonthType(int newValue)
      Sets the value of the property 'month type'. Use this property to set the representation of the month part in a custom format date.
      Angegeben von:
      setMonthType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'month type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.LEADING_ZERO_NUMERIC_MONTH
      • ValuePropertiesConstants.LONG_MONTH
      • ValuePropertiesConstants.NO_MONTH
      • ValuePropertiesConstants.NUMERIC_MONTH
      • ValuePropertiesConstants.SHORT_MONTH
    • getMonthType

      public final int getMonthType()
      Returns the value of the property 'month type'. Use this property to set the representation of the month part in a custom format date.
      Angegeben von:
      getMonthType in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of the property 'month type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.LEADING_ZERO_NUMERIC_MONTH
      • ValuePropertiesConstants.LONG_MONTH
      • ValuePropertiesConstants.NO_MONTH
      • ValuePropertiesConstants.NUMERIC_MONTH
      • ValuePropertiesConstants.SHORT_MONTH
    • setMonthTypeFormula

      public final void setMonthTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'month type'. Use this property to set the representation of the month part in a custom format date.
      Angegeben von:
      setMonthTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'month type'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.LEADING_ZERO_NUMERIC_MONTH
      • ValuePropertiesConstants.LONG_MONTH
      • ValuePropertiesConstants.NO_MONTH
      • ValuePropertiesConstants.NUMERIC_MONTH
      • ValuePropertiesConstants.SHORT_MONTH
    • getMonthTypeFormula

      public final FormulaField getMonthTypeFormula()
      Returns the formula for the property 'month type'. Use this property to set the representation of the month part in a custom format date.
      Angegeben von:
      getMonthTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'month type'.
      Seit:
      6.0
    • setYearType

      public final void setYearType(int newValue)
      Sets the value of the property 'year type'. Use this property to specify the year representation of a custom date format.
      Angegeben von:
      setYearType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'year type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.SHORT_YEAR
      • ValuePropertiesConstants.LONG_YEAR
      • ValuePropertiesConstants.NO_YEAR
    • getYearType

      public final int getYearType()
      Returns the value of the property 'year type'. Use this property to specify the year representation of a custom date format.
      Angegeben von:
      getYearType in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'year type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.SHORT_YEAR
      • ValuePropertiesConstants.LONG_YEAR
      • ValuePropertiesConstants.NO_YEAR
    • setYearTypeFormula

      public final void setYearTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'year type'. Use this property to specify the year representation of a custom date format.
      Angegeben von:
      setYearTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'year type'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.SHORT_YEAR
      • ValuePropertiesConstants.LONG_YEAR
      • ValuePropertiesConstants.NO_YEAR
    • getYearTypeFormula

      public final FormulaField getYearTypeFormula()
      Returns the formula for the property 'year type'. Use this property to specify the year representation of a custom date format.
      Angegeben von:
      getYearTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'year type'.
      Seit:
      6.0
    • getDayOfWeekPosition

      public final int getDayOfWeekPosition()
      Returns the value of the property 'day of week position'. Use this property to specify the day of week position. It can be either leading or trailing position.
      Angegeben von:
      getDayOfWeekPosition in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'day of week position'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.LEADING_DAY_OF_WEEK
      • ValuePropertiesConstants.TRAILING_DAY_OF_WEEK
    • setDayOfWeekPosition

      public final void setDayOfWeekPosition(int newValue)
      Sets the value of the property 'day of week position'. Use this property to specify the day of week position. It can be either leading or trailing position.
      Angegeben von:
      setDayOfWeekPosition in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'day of week position'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.LEADING_DAY_OF_WEEK
      • ValuePropertiesConstants.TRAILING_DAY_OF_WEEK
    • getDayOfWeekPositionFormula

      public final FormulaField getDayOfWeekPositionFormula()
      Returns the formula for the property 'day of week position'. Use this property to specify the day of week position. It can be either leading or trailing position.
      Angegeben von:
      getDayOfWeekPositionFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'day of week position'.
      Seit:
      6.0
    • setDayOfWeekPositionFormula

      public final void setDayOfWeekPositionFormula(FormulaField newFormula)
      Sets the formula for the property 'day of week position'. Use this property to specify the day of week position. It can be either leading or trailing position.
      Angegeben von:
      setDayOfWeekPositionFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'day of week position'. The result of the formula should be in range from 0 to 1.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.LEADING_DAY_OF_WEEK
      • ValuePropertiesConstants.TRAILING_DAY_OF_WEEK
    • getDayOfWeekEnclosure

      public final int getDayOfWeekEnclosure()
      Returns the value of the property 'day of week enclosure'.
      Angegeben von:
      getDayOfWeekEnclosure in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of the property 'day of week enclosure'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.DAY_OF_WEEK_ENCLOSURE_NONE
      • ValuePropertiesConstants.DAY_OF_WEEK_ENCLOSURE_PARENTHESIS
      • ValuePropertiesConstants.DAY_OF_WEEK_ENCLOSURE_ANGLE
      • ValuePropertiesConstants.DAY_OF_WEEK_ENCLOSURE_SQUARED
    • setDayOfWeekEnclosure

      public final void setDayOfWeekEnclosure(int newValue)
      Sets the value of the property 'day of week enclosure'. Use this property to specify the enclosure of the week day name.
      Angegeben von:
      setDayOfWeekEnclosure in Schnittstelle ValueProperties
      Parameter:
      newValue - The value of the property 'day of week enclosure'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.DAY_OF_WEEK_ENCLOSURE_NONE
      • ValuePropertiesConstants.DAY_OF_WEEK_ENCLOSURE_PARENTHESIS
      • ValuePropertiesConstants.DAY_OF_WEEK_ENCLOSURE_ANGLE
      • ValuePropertiesConstants.DAY_OF_WEEK_ENCLOSURE_SQUARED
    • getDayOfWeekEnclosureFormula

      public final FormulaField getDayOfWeekEnclosureFormula()
      Returns the formula for the property 'day of week enclosure'.
      Angegeben von:
      getDayOfWeekEnclosureFormula in Schnittstelle ValueProperties
      Gibt zurück:
      The formula for the property 'day of week enclosure'.
      Seit:
      6.0
    • setDayOfWeekEnclosureFormula

      public final void setDayOfWeekEnclosureFormula(FormulaField newFormula)
      Sets the formula for the property 'day of week enclosure'. Use this property to specify the enclosure of the week day name.
      Angegeben von:
      setDayOfWeekEnclosureFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'week day enclosure'.
      Seit:
      6.0
    • setDayOfWeekSeparator

      public final void setDayOfWeekSeparator(String newValue)
      Sets the value of the property 'day of week separator'. Use this property to specify the character(s) how the day of week name should be separated from the date itself.
      Angegeben von:
      setDayOfWeekSeparator in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'day of week separator'.
      Seit:
      6.1
    • getDayOfWeekSeparator

      public final String getDayOfWeekSeparator()
      Returns the value of the property 'day of week separator'. Use this property to specify the character(s) how the day of week name should be separated from the date itself.
      Angegeben von:
      getDayOfWeekSeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of the property 'day of week separator'.
      Seit:
      6.1
    • setDayOfWeekSeparatorFormula

      public final void setDayOfWeekSeparatorFormula(FormulaField newFormula)
      Sets the formula for the property 'day of week separator'. Use this property to specify the character(s) how the day of week name should be separated from the date itself.
      Angegeben von:
      setDayOfWeekSeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'day of week separator'.
      Seit:
      6.1
    • getDayOfWeekSeparatorFormula

      public final FormulaField getDayOfWeekSeparatorFormula()
      Returns the formula for the property 'day of week separator'. Use this property to specify the character(s) how the day of week name should be separated from the date itself.
      Angegeben von:
      getDayOfWeekSeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'day of week separator'.
      Seit:
      6.1
    • getDayOfWeekType

      public final int getDayOfWeekType()
      Returns the value of the property 'day of week type'. Use this property to specify the representation of the day of week in a custom date format.
      Angegeben von:
      getDayOfWeekType in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'day of week type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.SHORT_DAY_OF_WEEK
      • ValuePropertiesConstants.LONG_DAY_OF_WEEK
      • ValuePropertiesConstants.NO_DAY_OF_WEEK
    • setDayOfWeekType

      public final void setDayOfWeekType(int newValue)
      Sets the value of the property 'day of week type'. Use this property to specify the representation of the day of week in a custom date format.
      Angegeben von:
      setDayOfWeekType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'day of week type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.SHORT_DAY_OF_WEEK
      • ValuePropertiesConstants.LONG_DAY_OF_WEEK
      • ValuePropertiesConstants.NO_DAY_OF_WEEK
    • getDayOfWeekTypeFormula

      public final FormulaField getDayOfWeekTypeFormula()
      Returns the formula for the property 'day of week type'. Use this property to specify the representation of the day of week in a custom date format.
      Angegeben von:
      getDayOfWeekTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'day of week type'.
      Seit:
      6.0
    • setDayOfWeekTypeFormula

      public final void setDayOfWeekTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'day of week type'. Use this property to specify the representation of the day of week in a custom date format.
      Angegeben von:
      setDayOfWeekTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'day of week type'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.SHORT_DAY_OF_WEEK
      • ValuePropertiesConstants.LONG_DAY_OF_WEEK
      • ValuePropertiesConstants.NO_DAY_OF_WEEK
    • getDateOrder

      public final int getDateOrder()
      Returns the value of the property 'date order'. Use this property to specify the order of year, month and day representation for a custom date format.
      Angegeben von:
      getDateOrder in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'date order'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.YEAR_MONTH_DAY
      • ValuePropertiesConstants.DAY_MONTH_YEAR
      • ValuePropertiesConstants.MONTH_DAY_YEAR
    • setDateOrder

      public final void setDateOrder(int newValue)
      Sets the value of the property 'date order'. Use this property to specify the order of year, month and day representation for a custom date format.
      Angegeben von:
      setDateOrder in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'date order'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.YEAR_MONTH_DAY
      • ValuePropertiesConstants.DAY_MONTH_YEAR
      • ValuePropertiesConstants.MONTH_DAY_YEAR
    • getDateOrderFormula

      public final FormulaField getDateOrderFormula()
      Returns the formula for the property 'date order'. Use this property to specify the order of year, month and day representation for a custom date format.
      Angegeben von:
      getDateOrderFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'date order'.
      Seit:
      6.0
    • setDateOrderFormula

      public final void setDateOrderFormula(FormulaField newFormula)
      Sets the formula for the property 'date order'. Use this property to specify the order of year, month and day representation for a custom date format.
      Angegeben von:
      setDateOrderFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'date order'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.YEAR_MONTH_DAY
      • ValuePropertiesConstants.DAY_MONTH_YEAR
      • ValuePropertiesConstants.MONTH_DAY_YEAR
    • getDatePrefixSeparator

      public final String getDatePrefixSeparator()
      Returns the value of the property 'date prefix separator'. Use this property to create a date prefix for date in a custom date format.
      Angegeben von:
      getDatePrefixSeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'date prefix separator'.
      Seit:
      6.1
    • setDatePrefixSeparator

      public final void setDatePrefixSeparator(String newValue)
      Sets the value of the property 'date prefix separator'. Use this property to create a date prefix for date in a custom date format.
      Angegeben von:
      setDatePrefixSeparator in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'date prefix separator'.
      Seit:
      6.1
    • getDatePrefixSeparatorFormula

      public final FormulaField getDatePrefixSeparatorFormula()
      Returns the formula for the property 'date prefix separator'. Use this property to create a date prefix for date in a custom date format.
      Angegeben von:
      getDatePrefixSeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'date prefix separator'.
      Seit:
      6.1
    • setDatePrefixSeparatorFormula

      public final void setDatePrefixSeparatorFormula(FormulaField newFormula)
      Sets the formula for the property 'date prefix separator'. Use this property to create a date prefix for date in a custom date format.
      Angegeben von:
      setDatePrefixSeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'date prefix separator'.
      Seit:
      6.1
    • getDateFirstSeparator

      public final String getDateFirstSeparator()
      Returns the value of the property 'date first separator'. Each date can be separated into three parts. Use this property to specify the character(s) which separate the first and the second part.
      Angegeben von:
      getDateFirstSeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'date firts separator'.
      Seit:
      6.1
    • setDateFirstSeparator

      public final void setDateFirstSeparator(String newValue)
      Sets the value of the property 'date first separator'. Each date can be separated into three parts. Use this property to specify the character(s) which separate the first and the second part.
      Angegeben von:
      setDateFirstSeparator in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'date first separator'.
      Seit:
      6.1
    • getDateFirstSeparatorFormula

      public final FormulaField getDateFirstSeparatorFormula()
      Returns the formula for the property 'date first separator'. Each date can be separated into three parts. Use this property to specify the character(s) which separate the first and the second part.
      Angegeben von:
      getDateFirstSeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'date first separator'.
      Seit:
      6.1
    • setDateFirstSeparatorFormula

      public final void setDateFirstSeparatorFormula(FormulaField newFormula)
      Sets the formula for the property 'date first separator'. Each date can be separated into three parts. Use this property to specify the character(s) which separate the first and the second part.
      Angegeben von:
      setDateFirstSeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'date first separator'.
      Seit:
      6.1
    • getDateSecondSeparator

      public final String getDateSecondSeparator()
      Returns the value of the property 'date second separator'. Each date can be separated into three parts. Use this property to specify the character(s) which separate the second and the third part.
      Angegeben von:
      getDateSecondSeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'date second separator'.
      Seit:
      6.1
    • setDateSecondSeparator

      public final void setDateSecondSeparator(String newValue)
      Sets the value of the property 'date second separator'. Each date can be separated into three parts. Use this property to specify the character(s) which separate the second and the third part.
      Angegeben von:
      setDateSecondSeparator in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'date second separator'.
      Seit:
      6.1
    • getDateSecondSeparatorFormula

      public final FormulaField getDateSecondSeparatorFormula()
      Returns the formula for the property 'date second separator'. Each date can be separated into three parts. Use this property to specify the character(s) which separate the second and the third part.
      Angegeben von:
      getDateSecondSeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'date second separator'.
      Seit:
      6.1
    • setDateSecondSeparatorFormula

      public final void setDateSecondSeparatorFormula(FormulaField newFormula)
      Sets the formula for the property 'date second separator'. Each date can be separated into three parts. Use this property to specify the character(s) which separate the second and the third part.
      Angegeben von:
      setDateSecondSeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'date second separator'.
      Seit:
      6.1
    • getDateSuffixSeparator

      public final String getDateSuffixSeparator()
      Returns the value of the property 'date suffix separator'. Use this property to specify the character(s) in a custom date format that should follows the dates in your date field.
      Angegeben von:
      getDateSuffixSeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'date suffix separator'.
      Seit:
      6.1
    • setDateSuffixSeparator

      public final void setDateSuffixSeparator(String newValue)
      Sets the value of the property 'date suffix separator'. Use this property to specify the character(s) in a custom date format that should follows the dates in your date field.
      Angegeben von:
      setDateSuffixSeparator in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'date suffix separator'.
      Seit:
      6.1
    • getDateSuffixSeparatorFormula

      public final FormulaField getDateSuffixSeparatorFormula()
      Returns the formula for the property 'date suffix separator'. Use this property to specify the character(s) in a custom date format that should follows the dates in your date field.
      Angegeben von:
      getDateSuffixSeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'date suffix separator'.
      Seit:
      6.1
    • setDateSuffixSeparatorFormula

      public final void setDateSuffixSeparatorFormula(FormulaField newFormula)
      Sets the formula for the property 'date suffix separator'. Use this property to specify the character(s) in a custom date format that should follows the dates in your date field.
      Angegeben von:
      setDateSuffixSeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'date suffix separator'.
      Seit:
      6.1
    • setDateTimeOrder

      public final void setDateTimeOrder(int newValue)
      Sets the value of the property 'date time order'. Use this property to specify the order of date and time in a custom date/time format date/time field.
      Angegeben von:
      setDateTimeOrder in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'date time order'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.DATE_TIME_ORDER
      • ValuePropertiesConstants.TIME_DATE_ORDER
      • ValuePropertiesConstants.DATE_ONLY_ORDER
      • ValuePropertiesConstants.TIME_ONLY_ORDER
      • ValuePropertiesConstants.DATE_TIME_SYSTEM_ORDER
    • getDateTimeOrder

      public final int getDateTimeOrder()
      Returns the value of the property 'date time order'. Use this property to specify the order of date and time in a custom date/time format date/time field.
      Angegeben von:
      getDateTimeOrder in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'date time order'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.DATE_TIME_ORDER
      • ValuePropertiesConstants.TIME_DATE_ORDER
      • ValuePropertiesConstants.DATE_ONLY_ORDER
      • ValuePropertiesConstants.TIME_ONLY_ORDER
      • ValuePropertiesConstants.DATE_TIME_SYSTEM_ORDER
    • setDateTimeOrderFormula

      public final void setDateTimeOrderFormula(FormulaField newFormula)
      Sets the formula for the property 'date time order'. Use this property to specify the order of date and time in a custom date/time format date/time field.
      Angegeben von:
      setDateTimeOrderFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'date time order'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.DATE_TIME_ORDER
      • ValuePropertiesConstants.TIME_DATE_ORDER
      • ValuePropertiesConstants.DATE_ONLY_ORDER
      • ValuePropertiesConstants.TIME_ONLY_ORDER
      • ValuePropertiesConstants.DATE_TIME_SYSTEM_ORDER
    • getDateTimeOrderFormula

      public final FormulaField getDateTimeOrderFormula()
      Returns the formula for the property 'date time order'. Use this property to specify the order of date and time in a custom date/time format date/time field.
      Angegeben von:
      getDateTimeOrderFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'date time order'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.DATE_TIME_ORDER
      • ValuePropertiesConstants.TIME_DATE_ORDER
      • ValuePropertiesConstants.DATE_ONLY_ORDER
      • ValuePropertiesConstants.TIME_ONLY_ORDER
      • ValuePropertiesConstants.DATE_TIME_SYSTEM_ORDER
    • setDateTimeSeparator

      public final void setDateTimeSeparator(String newValue)
      Sets the value of the property 'date time separator'. Use this property to specify the character(s) for seperation of date value and time value for a custom date/time format.
      Angegeben von:
      setDateTimeSeparator in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'date time separator'.
      Seit:
      6.1
    • getDateTimeSeparator

      public final String getDateTimeSeparator()
      Returns the value of the property 'date time separator'. Use this property to specify the character(s) for seperation of date value and time value for a custom date/time format.
      Angegeben von:
      getDateTimeSeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'date time separator'.
      Seit:
      6.1
    • setDateTimeSeparatorFormula

      public final void setDateTimeSeparatorFormula(FormulaField newFormula)
      Sets the formula for the property 'date time separator'. Use this property to specify the character(s) for seperation of date value and time value for a custom date/time format.
      Angegeben von:
      setDateTimeSeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'date time separator'.
      Seit:
      6.1
    • getDateTimeSeparatorFormula

      public final FormulaField getDateTimeSeparatorFormula()
      Returns the formula for the property 'date time separator'. Use this property to specify the character(s) for seperation of date value and time value for a custom date/time format.
      Angegeben von:
      getDateTimeSeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'date time separator'.
      Seit:
      6.1
    • getBooleanFormatOutputType

      public final int getBooleanFormatOutputType()
      Returns the value of the property 'boolean format output type'. With this property you can choose the output type of your boolean fields, i.e. "0 or 1" or "T or F" instead of true or fasle.
      Angegeben von:
      getBooleanFormatOutputType in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'boolean format output type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.TRUE_OR_FALSE
      • ValuePropertiesConstants.T_OR_F
      • ValuePropertiesConstants.YES_OR_NO
      • ValuePropertiesConstants.Y_OR_N
      • ValuePropertiesConstants.ONE_OR_ZERO
    • setBooleanFormatOutputType

      public final void setBooleanFormatOutputType(int newValue)
      Sets the value of the property 'boolean format output type'. With this property you can choose the output type of your boolean fields, i.e. "0 or 1" or "T or F" instead of true or fasle.
      Angegeben von:
      setBooleanFormatOutputType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value for the property 'boolean format output type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.TRUE_OR_FALSE
      • ValuePropertiesConstants.T_OR_F
      • ValuePropertiesConstants.YES_OR_NO
      • ValuePropertiesConstants.Y_OR_N
      • ValuePropertiesConstants.ONE_OR_ZERO
    • setBooleanFormatOutputTypeFormula

      public final void setBooleanFormatOutputTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'boolean format output type'. With this property you can choose the output type of your boolean fields, i.e. "0 or 1" or "T or F" instead of true or fasle.
      Angegeben von:
      setBooleanFormatOutputTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'boolean format output type'. The result of the formula should be in range from 0 to 4.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.TRUE_OR_FALSE
      • ValuePropertiesConstants.T_OR_F
      • ValuePropertiesConstants.YES_OR_NO
      • ValuePropertiesConstants.Y_OR_N
      • ValuePropertiesConstants.ONE_OR_ZERO
    • getBooleanFormatOutputTypeFormula

      public final FormulaField getBooleanFormatOutputTypeFormula()
      Returns the formula for the property 'boolean format output type'. With this property you can choose the output type of your boolean fields, i.e. "0 or 1" or "T or F" instead of true or false.
      Angegeben von:
      getBooleanFormatOutputTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'boolean format output type'.
    • getCurrencyPosition

      public int getCurrencyPosition()
      Returns the value of the property 'currency position type'. With this property you can specify the postion of the currency symbol. Available options are leading currency inside negative, leading currency outside negative, trailing currency inside negative and trailing currency inside negative.
      Angegeben von:
      getCurrencyPosition in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'currency position type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.LEADING_CURRENCY_INSIDE_NEGATIVE
      • ValuePropertiesConstants.LEADING_CURRENCY_OUTSIDE_NEGATIVE
      • ValuePropertiesConstants.TRAILING_CURRENCY_INSIDE_NEGATIVE
      • ValuePropertiesConstants.TRAILING_CURRENCY_OUTSIDE_NEGATIVE
    • setCurrencyPosition

      public final void setCurrencyPosition(int newValue)
      Sets the value of the property 'currency position type'. With this property you can specify the postion of the currency symbol. Available options are leading currency inside negative, leading currency outside negative, trailing currency inside negative and trailing currency outside negative.
      Angegeben von:
      setCurrencyPosition in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'currency position type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.LEADING_CURRENCY_INSIDE_NEGATIVE
      • ValuePropertiesConstants.LEADING_CURRENCY_OUTSIDE_NEGATIVE
      • ValuePropertiesConstants.TRAILING_CURRENCY_INSIDE_NEGATIVE
      • ValuePropertiesConstants.TRAILING_CURRENCY_OUTSIDE_NEGATIVE
    • getCurrencyPositionFormula

      public final FormulaField getCurrencyPositionFormula()
      Returns the formula for the property 'currency position type'. With this property you can specify the postion of the currency symbol. Available options are leading currency inside negative, leading currency outside negative, trailing currency inside negative and trailing currency inside negative.
      Angegeben von:
      getCurrencyPositionFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'currency position type'.
      Seit:
      6.0
    • setCurrencyPositionFormula

      public final void setCurrencyPositionFormula(FormulaField newFormula)
      Sets the formula for the property 'currency position type'. With this property you can specify the postion of the currency symbol. Available options are leading currency inside negative, leading currency outside negative, trailing currency inside negative and trailing currency inside negative.
      Angegeben von:
      setCurrencyPositionFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'currency position type', where the result of the formula should be in range 0 to 3.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.LEADING_CURRENCY_INSIDE_NEGATIVE
      • ValuePropertiesConstants.LEADING_CURRENCY_OUTSIDE_NEGATIVE
      • ValuePropertiesConstants.TRAILING_CURRENCY_INSIDE_NEGATIVE
      • ValuePropertiesConstants.TRAILING_CURRENCY_OUTSIDE_NEGATIVE
    • setCurrencySymbol

      public void setCurrencySymbol(String newValue)
      Sets the value of the property 'currency symbol'. Use this property to set the character(s) that should used for the currency symbol. This takes effects only when you have set the property 'currency symbopl type' not to NO_SYMBOL and the property 'use system default format' is disabled.
      Angegeben von:
      setCurrencySymbol in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'currency symbol'.
      Seit:
      6.0
    • getCurrencySymbol

      public String getCurrencySymbol()
      Returns the value of the property 'currency symbol'. Use this property to set the character(s) that should used for the currency symbol. This takes effects only when you have set the property 'currency symbopl type' not to NO_SYMBOL and the property 'use system default format' is disabled.
      Angegeben von:
      getCurrencySymbol in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'currency symbol'.
      Seit:
      6.0
    • setCurrencySymbolFormula

      public final void setCurrencySymbolFormula(FormulaField newFormula)
      Sets the formula for the property 'currency symbol'. Use this property to set the character(s) that should used for the currency symbol. This takes effects only when you have set the property 'currency symbopl type' not to NO_SYMBOL and the property 'use system default format' is disabled.
      Angegeben von:
      setCurrencySymbolFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'currency symbol'.
      Seit:
      6.0
    • getCurrencySymbolFormula

      public final FormulaField getCurrencySymbolFormula()
      Returns the formula for the property 'currency symbol'. Use this property to set the character(s) that should used for the currency symbol. This takes effects only when you have set the property 'currency symbopl type' not to NO_SYMBOL and the property 'use system default format' is disabled.
      Angegeben von:
      getCurrencySymbolFormula in Schnittstelle ValueProperties
      Gibt zurück:
      Formula field for the property "currency symbol"
      Seit:
      6.0
    • setCurrencySymbolType

      public void setCurrencySymbolType(int newValue)
      Sets the value of the property 'currency symbol type'. This property enables you to add a currency symbol to your number or currency fields. The symbol is set with property 'currency symbol'. For currency fields the use of a currency sign is the default, for number fields you have to unset the property 'use system default format'.
      Angegeben von:
      setCurrencySymbolType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'currency symbol type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NO_SYMBOL
      • ValuePropertiesConstants.FIXED_SYMBOL
      • ValuePropertiesConstants.FLOATING_SYMBOL
    • getCurrencySymbolType

      public int getCurrencySymbolType()
      Returns the value of the property 'currency symbol type'. This property enables you to add a currency symbol to your number or currency fields. The symbol is set with property 'currency symbol'. For currency fields the use of a currency sign is the default, for number fields you have to unset the property 'use system default format'.
      Angegeben von:
      getCurrencySymbolType in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'currency symbol type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NO_SYMBOL
      • ValuePropertiesConstants.FIXED_SYMBOL
      • ValuePropertiesConstants.FLOATING_SYMBOL
    • setCurrencySymbolTypeFormula

      public final void setCurrencySymbolTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'currency symbol type'. This property enables you to add a currency symbol to your number or currency fields. The symbol is set with property 'currency symbol'. For currency fields the use of a currency sign is the default, for number fields you have to unset the property 'use system default format'.
      Angegeben von:
      setCurrencySymbolTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'currency symbol type'. The result of the formula should be in range from 0 to 2.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NO_SYMBOL
      • ValuePropertiesConstants.FIXED_SYMBOL
      • ValuePropertiesConstants.FLOATING_SYMBOL
    • getCurrencySymbolTypeFormula

      public FormulaField getCurrencySymbolTypeFormula()
      Returns the formula for the property 'currency symbol type'. This property enables you to add a currency symbol to your number or currency fields. The symbol is set with property 'currency symbol'. For currency fields the use of a currency sign is the default, for number fields you have to unset the property 'use system default format'.
      Angegeben von:
      getCurrencySymbolTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      Formula Field for the property "currency symbol type"
      Seit:
      6.0
    • setUseOneCurrencySymbolPerPage

      public final void setUseOneCurrencySymbolPerPage(boolean newValue)
      Sets the value of the property 'use one currency symbol per page'. When this property is enabled only the first printed value of the field on page has a currency symbol. The next values of the field does not have a currency symbol on the current page. This property will not take effect when property 'use system default' is set.
      Angegeben von:
      setUseOneCurrencySymbolPerPage in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'use one currency symbol per page'.
      Seit:
      6.0
    • getUseOneCurrencySymbolPerPage

      public final boolean getUseOneCurrencySymbolPerPage()
      Returns the value of the property 'use one currency symbol per page'. When this property is enabled only the first printed value of the field on page has a currency symbol. The next values of the field does not have a currency symbol on the current page. This property will not take effect when property 'use system default' is set.
      Angegeben von:
      getUseOneCurrencySymbolPerPage in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'use one currency symbol per page'.
      Seit:
      6.0
    • setUseOneCurrencySymbolPerPageFormula

      public final void setUseOneCurrencySymbolPerPageFormula(FormulaField newFormula)
      Sets the formula for the property 'use one currency symbol per page'. When this property is enabled only the first printed value of the field on page has a currency symbol. The next values of the field does not have a currency symbol on the current page. This property will not take effect when property 'use system default' is set.
      Angegeben von:
      setUseOneCurrencySymbolPerPageFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'use one currency symbol per page'.
      Seit:
      6.0
    • getUseOneCurrencySymbolPerPageFormula

      public final FormulaField getUseOneCurrencySymbolPerPageFormula()
      Returns the formula for the property 'use one currency symbol per page'. When this property is enabled only the first printed value of the field on page has a currency symbol. The next values of the field does not have a currency symbol on the current page. This property will not take effect when property 'use system default' is set.
      Angegeben von:
      getUseOneCurrencySymbolPerPageFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'use one currency symbol per page'.
      Seit:
      6.0
    • getNDecimalPlaces

      public final int getNDecimalPlaces()
      Returns the value of the property 'n decimal places'. This property allows you to set the number of decimal places (possible values are 0 to 10). Note that if your number format is a system default it is possible that your system default will override any manual setting here. In this case, set the number format type to 'use custom format' if you want your own settings.

      This does not affect the rounding of the value. In most cases, it is advisable to set the rounding to the negated value.

      Angegeben von:
      getNDecimalPlaces in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'n decimal places'.
      Siehe auch:
    • setNDecimalPlaces

      public final void setNDecimalPlaces(int newValue)
      Sets the value of the property 'n decimal places'. This property allows you to set the number of decimal places (possible values are 0 to 10). Note that if your number format is a system default it is possible that your system default will override any manual setting here. In this case, set the number format type to 'use custom format' if you want your own settings.

      This does not affect the rounding of the value. In most cases, it is advisable to set the rounding to the negated value.

      Angegeben von:
      setNDecimalPlaces in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'n decimal places'.
      Siehe auch:
    • getNDecimalPlacesFormula

      public final FormulaField getNDecimalPlacesFormula()
      Returns the formula for the property 'n decimal places'. This property allows you to set the number of decimal places (possible values are 0 to 10). Note that if your number format is a system default it is possible that your system default will override any manual setting here. In this case, set the number format type to 'use custom format' if you want your own settings.
      Angegeben von:
      getNDecimalPlacesFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'n decimal places'.
      Siehe auch:
    • setNDecimalPlacesFormula

      public final void setNDecimalPlacesFormula(FormulaField newFormula)
      Sets the formula for the property 'n decimal places'. This property allows you to set the number of decimal places (possible values are 0 to 10). Note that if your number format is a system default it is possible that your system default will override any manual setting here. In this case, set the number format type to 'use custom format' if you want your own settings.
      Angegeben von:
      setNDecimalPlacesFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'n decimal places'.
      Siehe auch:
    • getDecimalSeparatorSymbol

      public final String getDecimalSeparatorSymbol()
      Returns the value of the property 'decimal separators symbol'. This property allows you to give the character(s) which should be used as decimal separators. If you have set the property 'use system default' a decimal point (.) is always used. Unset the property 'use system default' when you want to use your own.
      Angegeben von:
      getDecimalSeparatorSymbol in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'decimal separators symbol'.
      Seit:
      6.1
    • setDecimalSeparatorSymbol

      public final void setDecimalSeparatorSymbol(String newValue)
      Sets the value of the property 'decimal separators symbol'. This property allows you to give the character(s) which should be used as decimal separators. If you have set the property 'use system default' a decimal point (.) is always used. Unset the property 'use system default' when you want to use your own.
      Angegeben von:
      setDecimalSeparatorSymbol in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'decimal separators symbol'.
      Seit:
      6.1
    • getDecimalSeparatorSymbolFormula

      public final FormulaField getDecimalSeparatorSymbolFormula()
      Returns the formula for the property 'decimal separators symbol'. This property allows you to give the character(s) which should be used as decimal separators. If you have set the property 'use system default' a decimal point (.) is always used. Unset the property 'use system default' when you want to use your own.
      Angegeben von:
      getDecimalSeparatorSymbolFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'decimal separators symbol'.
      Seit:
      6.1
    • setDecimalSeparatorSymbolFormula

      public final void setDecimalSeparatorSymbolFormula(FormulaField newFormula)
      Sets the formula for the property 'decimal separators symbol'. This property allows you to give the character(s) which should be used as decimal separators. If you have set the property 'use system default' a decimal point (.) is always used. Unset the property 'use system default' when you want to use your own.
      Angegeben von:
      setDecimalSeparatorSymbolFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'decimal separators symbol'.
      Seit:
      6.1
    • setReverseSignForDisplay

      public final void setReverseSignForDisplay(boolean newValue)
      Sets the property 'use reverse sign for display'.
      Angegeben von:
      setReverseSignForDisplay in Schnittstelle ValueProperties
      Parameter:
      newValue - New value for the property 'use reverse sign for display'.
    • isReverseSignForDisplay

      public final boolean isReverseSignForDisplay()
      Checks the property 'use reverse sign for display'
      Angegeben von:
      isReverseSignForDisplay in Schnittstelle ValueProperties
      Gibt zurück:
      Whether the property 'use reverse sign for display' is on or off.
      Seit:
      7.0
    • getReverseSignForDisplayFormula

      public final FormulaField getReverseSignForDisplayFormula()
      Returns the formula for the property 'use reverse sign for display'.
      Angegeben von:
      getReverseSignForDisplayFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'use reverse sign for display'.
    • setReverseSignForDisplayFormula

      public final void setReverseSignForDisplayFormula(FormulaField newFormula)
      Sets the formula for the property 'use reverse sign for display'.
      Angegeben von:
      setReverseSignForDisplayFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'use reverse sign for display'.
    • setSuppressIfZero

      public final void setSuppressIfZero(boolean newValue)
      Sets the value of the property 'suppress if zero'. When this property is enabled, nothing is printed each time when the field is evaluated to zero.
      Angegeben von:
      setSuppressIfZero in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'suppress if zero'.
      Seit:
      6.0
    • getSuppressIfZero

      public final boolean getSuppressIfZero()
      Returns the value of the property 'suppress if zero'. When this property is enabled, nothing is printed each time when the field is evaluated to zero.
      Angegeben von:
      getSuppressIfZero in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'suppress if zero'.
      Seit:
      6.0
    • setSuppressIfZeroFormula

      public final void setSuppressIfZeroFormula(FormulaField newFormula)
      Sets the formula for the property 'suppress if zero'. When this property is enabled, nothing is printed each time when the field is evaluated to zero.
      Angegeben von:
      setSuppressIfZeroFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'suppress if zero'.
      Seit:
      6.0
    • getSuppressIfZeroFormula

      public final FormulaField getSuppressIfZeroFormula()
      Returns the formula for the property 'suppress if zero'. When this property is enabled, nothing is printed each time when the field is evaluated to zero.
      Angegeben von:
      getSuppressIfZeroFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'suppress if zero'.
      Seit:
      6.0
    • setUseThousandsSeparator

      public final void setUseThousandsSeparator(boolean newValue)
      Sets the value of the property 'use thousands separator'. When this property is enabled a sepearator sysmbol will be placed before each thousand digit, i.e. 1,000.00 or 1,000,000.00 ... . The default is a comma; you can change it with property 'thousands separator symbol'. This property take no effect when property 'use system default' is enabled.
      Angegeben von:
      setUseThousandsSeparator in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'use thousands separator'.
      Seit:
      6.1
    • getUseThousandsSeparator

      public final boolean getUseThousandsSeparator()
      Returns the value of the property 'use thousands separator'. When this property is enabled a sepearator symbol will be placed before each thousand digit, i.e. 1,000.00 or 1,000,000.00 ... . The default is a comma; you can change it with property 'thousands separator symbol'. This property take no effect when property 'use system default' is enabled.
      Angegeben von:
      getUseThousandsSeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'use thousands separator'.
      Seit:
      6.1
    • setUseThousandsSeparatorFormula

      public final void setUseThousandsSeparatorFormula(FormulaField newFormula)
      Sets the formula for the property 'use thousands separator'. When this property is enabled a sepearator symbol will be placed before each thousand digit, i.e. 1,000.00 or 1,000,000.00 ... . The default is a comma; you can change it with property 'thousands separator symbol'. This property take no effect when property 'use system default' is enabled.
      Angegeben von:
      setUseThousandsSeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'use thousands separator'.
      Seit:
      6.1
    • getUseThousandsSeparatorFormula

      public final FormulaField getUseThousandsSeparatorFormula()
      Returns the formula for the property 'use thousands separator'. When this property is enabled a sepearator symbol will be placed before each thousand digit, i.e. 1,000.00 or 1,000,000.00 ... . The default is a comma; you can change it with property 'thousands separator symbol'. This property take no effect when property 'use system default' is enabled.
      Angegeben von:
      getUseThousandsSeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'use thousands separator'.
      Seit:
      6.1
    • setThousandsSeparatorSymbol

      public final void setThousandsSeparatorSymbol(String newValue)
      Sets the value of the property 'thousands separator symbol'. If the property 'use system default' is disabled and the property 'use thousands separator' in enabled this character(s) were used for.
      Angegeben von:
      setThousandsSeparatorSymbol in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'thousands separator symbol'.
      Seit:
      6.1
    • getThousandsSeparatorSymbol

      public final String getThousandsSeparatorSymbol()
      Returns the value of the property 'thousands separator symbol'. If the property 'use system default' is disabled and the property 'use thousands separator' in enabled this character(s) were used for.
      Angegeben von:
      getThousandsSeparatorSymbol in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'thousands separator symbol'.
      Seit:
      6.1
    • setThousandsSeparatorSymbolFormula

      public final void setThousandsSeparatorSymbolFormula(FormulaField newFormula)
      Sets the formula for the property 'thousands separator symbol'. If the property 'use system default' is disabled and the property 'use thousands separator' in enabled this character(s) were used for.
      Angegeben von:
      setThousandsSeparatorSymbolFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'thousands separator symbol'.
      Seit:
      6.1
    • getThousandsSeparatorSymbolFormula

      public final FormulaField getThousandsSeparatorSymbolFormula()
      Returns the formula for the property 'thousands separator symbol'. If the property 'use system default' is disabled and the property 'use thousands separator' in enabled this character(s) were used for.
      Angegeben von:
      getThousandsSeparatorSymbolFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'thousands separator symbol'.
      Seit:
      6.1
    • setRounding

      public void setRounding(int newValue)
      Sets which digit to round the number to. In order to round after the decimal point, use negative numbers. Otherwise use positive numbers. Examples would be "-6" for rounding to millionth, "2" for rounding to hundreds, "0" for rounding to whole numbers.

      This does not affect the formatting of the value. In most cases, it is advisable to set the NDecimalPlaces to the negated value.

      Angegeben von:
      setRounding in Schnittstelle ValueProperties
      Parameter:
      newValue - position of digit to round to: negative numbers for after the decimal point, positive for before
      Siehe auch:
    • getRounding

      public int getRounding()
      Returns which digit to round the number to. Examples would be "-6" for rounding to millionth, "2" for rounding to hundreds, "0" for rounding to whole numbers.

      This does not affect the formatting of the value. In most cases, it is advisable to set the NDecimalPlaces to the negated value.

      Angegeben von:
      getRounding in Schnittstelle ValueProperties
      Gibt zurück:
      digits position of digit to round to: negative numbers for after the decimal point, positive for before
      Siehe auch:
    • setRoundingFormula

      public void setRoundingFormula(FormulaField newFormula)
      Sets the formula which provides the digit to round the number to. In order to round after the decimal point, use positive numbers. Otherwise use negative numbers. Examples would be "6" for rounding to millionth, "-2" for rounding to hundreds, "0" for rounding to whole numbers.
      Angegeben von:
      setRoundingFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - formula providing the digits position of digit to round to: positive numbers for after the decimal point, negative for before
    • getRoundingFormula

      public FormulaField getRoundingFormula()
      Returns the formula which provides the digit to round the number to. In order to round after the decimal point, use positive numbers. Otherwise use negative numbers. Examples would be "6" for rounding to millionth, "-2" for rounding to hundreds, "0" for rounding to whole numbers.
      Angegeben von:
      getRoundingFormula in Schnittstelle ValueProperties
      Gibt zurück:
      The formula providing the digits position of digit to round to: positive numbers for after the decimal point, negative for before
    • setRoundingMode

      public final void setRoundingMode(int newValue)
      Sets the rounding mode. The default mode is ROUND_HALF_EVEN. This property has only an effect if 'use system default' is disabled.
      Angegeben von:
      setRoundingMode in Schnittstelle ValueProperties
      Parameter:
      newValue - the rounding mode to be used for rounding numbers.
      Siehe auch:
    • getRoundingMode

      public final int getRoundingMode()
      Returns the rounding mode for this element.
      Angegeben von:
      getRoundingMode in Schnittstelle ValueProperties
      Gibt zurück:
      the current rounding mode
      Siehe auch:
    • setRoundingModeFormula

      public final void setRoundingModeFormula(FormulaField newFormula)
      Sets the formula for the property 'rounding mode'. When property 'use system default' is disabled, you can set the rounding algorithm.
      Angegeben von:
      setRoundingModeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'rounding type'. The result of the formula should be in range from 0 to 7.
      Siehe auch:
    • getRoundingModeFormula

      public final FormulaField getRoundingModeFormula()
      Returns the formula for the rounding mode, can be null if the formula is not set.
      Angegeben von:
      getRoundingModeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      the formula or null if not set.
      Siehe auch:
    • setNegativeType

      public void setNegativeType(int newValue)
      Sets the value of the property 'negative type'. With this property you can specify the appearance of numbers if there are negative.
      Angegeben von:
      setNegativeType in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'negative type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NOT_NEGATIVE
      • ValuePropertiesConstants.LEADING_MINUS
      • ValuePropertiesConstants.TRAILING_MINUS
      • ValuePropertiesConstants.BRACKETED
    • getNegativeType

      public int getNegativeType()
      Returns the value of the property 'negative type'. With this property you can specify the appearance of numbers if there are negative.
      Angegeben von:
      getNegativeType in Schnittstelle ValueProperties
      Gibt zurück:
      The current value of the property 'negative type'.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NOT_NEGATIVE
      • ValuePropertiesConstants.LEADING_MINUS
      • ValuePropertiesConstants.TRAILING_MINUS
      • ValuePropertiesConstants.BRACKETED
    • setNegativeTypeFormula

      public void setNegativeTypeFormula(FormulaField newFormula)
      Sets the formula for the property 'negative type'. With this property you can specify the appearance of numbers if there are negative.
      Angegeben von:
      setNegativeTypeFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'negative type'. The result of the formula should be in range from 0 to 3.
      Seit:
      6.0
      Siehe auch:
      • ValuePropertiesConstants.NOT_NEGATIVE
      • ValuePropertiesConstants.LEADING_MINUS
      • ValuePropertiesConstants.TRAILING_MINUS
      • ValuePropertiesConstants.BRACKETED
    • getNegativeTypeFormula

      public FormulaField getNegativeTypeFormula()
      Returns the formula for the property 'negative type'. With this property you can specify the appearance of numbers if there are negative.
      Angegeben von:
      getNegativeTypeFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'negative type'.
      Seit:
      6.0
    • setUseLeadingZero

      public final void setUseLeadingZero(boolean newValue)
      Sets the value of the property 'use leading zero'. When this property is enabled and the value of the field is lesser than 1 a leading zero will be printed before the decimal separator symbol (0.001, 0.888, 0.4). Otherwise the number will be printed with a decimal separator symbol only (.001, .888, .04).
      Angegeben von:
      setUseLeadingZero in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'use leading zero'.
      Seit:
      6.0
    • getUseLeadingZero

      public final boolean getUseLeadingZero()
      Returns the value of the property 'use leading zero'. When this property is enabled and the value of the field is lesser than 1 a leading zero will be printed before the decimal separator symbol (0.001, 0.888, 0.4). Otherwise the number will be printed with a decimal separator symbol only (.001, .888, .04).
      Angegeben von:
      getUseLeadingZero in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'use leading zero'.
      Seit:
      6.0
    • setUseLeadingZeroFormula

      public final void setUseLeadingZeroFormula(FormulaField newFormula)
      Sets the formula for the property 'use leading zero'. When this property is enabled and the value of the field is lesser than 1 a leading zero will be printed before the decimal separator symbol (0.001, 0.888, 0.4). Otherwise the number will be printed with a decimal separator symbol only (.001, .888, .04).
      Angegeben von:
      setUseLeadingZeroFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'use leading zero'.
      Seit:
      6.0
    • getUseLeadingZeroFormula

      public final FormulaField getUseLeadingZeroFormula()
      Returns the formula for the property 'use leading zero'. When this property is enabled and the value of the field is lesser than 1 a leading zero will be printed before the decimal separator symbol (0.001, 0.888, 0.4). Otherwise the number will be printed with a decimal separator symbol only (.001, .888, .04).
      Angegeben von:
      getUseLeadingZeroFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula for the property 'use leading zero'.
      Seit:
      6.0
    • setZeroValueString

      public final void setZeroValueString(String newValue)
      Sets the value of the property 'zero value string'. If the value is null then there will be no custom zero value.
      Angegeben von:
      setZeroValueString in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property 'zero value string'.
      Seit:
      6.0
    • getZeroValueString

      public final String getZeroValueString()
      Returns the value of the property 'zero value string'.
      Angegeben von:
      getZeroValueString in Schnittstelle ValueProperties
      Gibt zurück:
      The value of the property 'zero value string'.
      Seit:
      6.0
    • setNumeralLanguage

    • getNumeralLanguage

      public final int getNumeralLanguage()
      Returns the language of numerals for numbers, date, time and datetime values.
      Angegeben von:
      getNumeralLanguage in Schnittstelle ValueProperties
      Gibt zurück:
      One of the language constant or -1 for the report and locale default.
      Siehe auch:
    • setAllowFieldClipping

      public final void setAllowFieldClipping(boolean newValue)
      Sets the value of the property 'allow field clipping'. When this property is enabled and the number value of the field is larger then the clip rectangle then the value is cutting. If it is disable then only a count of number sign '#' are printed in the clip rectangle.
      Angegeben von:
      setAllowFieldClipping in Schnittstelle ValueProperties
      Parameter:
      newValue - The new value of the property.
      Seit:
      6.0
      Siehe auch:
    • isAllowFieldClipping

      public final boolean isAllowFieldClipping()
      Returns true if allow field clipping is enabled, else false is returned.
      Angegeben von:
      isAllowFieldClipping in Schnittstelle ValueProperties
      Gibt zurück:
      whether field clipping is allowed for this field.
      Seit:
      7.0
    • setAllowFieldClippingFormula

      public final void setAllowFieldClippingFormula(FormulaField newField)
      Set the formula for the property 'allow field clipping'.
      Angegeben von:
      setAllowFieldClippingFormula in Schnittstelle ValueProperties
      Parameter:
      newField - Formula Field to set for the property "allow field clipping"
      Seit:
      6.0
      Siehe auch:
    • getAllowFieldClippingFormula

      public final FormulaField getAllowFieldClippingFormula()
      Get the formula for the property 'allow field clipping'.
      Angegeben von:
      getAllowFieldClippingFormula in Schnittstelle ValueProperties
      Gibt zurück:
      Formula Field for the property "allow field clipping"
      Seit:
      6.0
      Siehe auch:
    • getCurrencySeparator

      public final String getCurrencySeparator()
      Returns the separator between the number value and currency symbol. The default value for this property is an space character.
      Angegeben von:
      getCurrencySeparator in Schnittstelle ValueProperties
      Gibt zurück:
      The separator to be displayed between the number value and the currency value.
      Seit:
      7.0
    • setCurrencySeparator

      public final void setCurrencySeparator(String newCurrencySeparator)
      Sets the separator to be displayed between the number value and the currency value.
      Angegeben von:
      setCurrencySeparator in Schnittstelle ValueProperties
      Parameter:
      newCurrencySeparator - The separator to be used between number value and currency symbol.
      Seit:
      7.0
    • getCurrencySeparatorFormula

      public final FormulaField getCurrencySeparatorFormula()
      Returns the formula for the property 'currency separator'. If this formula is not null it will be used to get the separator between the number value and the currency symbol otherwise the value of ValueProperties.getCurrencySeparator() will be used.
      Angegeben von:
      getCurrencySeparatorFormula in Schnittstelle ValueProperties
      Gibt zurück:
      The formula which will be used to get the separator between the number value and the currency symbol or null if only the value of ValueProperties.getCurrencySeparator() should be used.
      Seit:
      7.0
    • setCurrencySeparatorFormula

      public final void setCurrencySeparatorFormula(FormulaField newFormula)
      Sets the formula which should be used to retrieve the value for the separator between number value and currency symbol. The formula passed has to return a value of type string.
      Angegeben von:
      setCurrencySeparatorFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The formula which should be used for the property 'currency separator' or null if no formula should be used.
      Seit:
      7.0
    • setField

      public final void setField(Field newField)
      Sets the field definition element (for example, DatabaseField element, prompt field element).
      Setzt außer Kraft:
      setField in Klasse Element
      Parameter:
      newField - The new field element of the property 'field'.
    • getPropertyFormulas

      public List<FormulaField> getPropertyFormulas()
      Returns a list with all property formulas that are set for this report element. This includes property formulas for any type of sub-component but excludes formulas for any descendant ReportComponent of this one. To get the property formulas for descendant ReportComponent use ReportComponent.getSubComponents()
      Setzt außer Kraft:
      getPropertyFormulas in Klasse AbstractFontElement
      Gibt zurück:
      List of property formulas
    • getManualFormatFormula

      public FormulaField getManualFormatFormula()
      Gets the formula of the property 'manual format'. Use this property to specify a formula to manually format the value of this element. If this formula is not null, it will be used to manually format the element and will override any number, date, or other formatting settings. This formula must return a string value to be valid.
      Angegeben von:
      getManualFormatFormula in Schnittstelle ValueProperties
      Gibt zurück:
      FormulaField The formula of the property 'manual format'.
      Seit:
      6.1
    • setManualFormatFormula

      public void setManualFormatFormula(FormulaField newFormula)
      Gets the formula of the property 'manual format'. Use this property to specify a formula to manually format the value of this element. If this formula is not null, it will be used to manually format the element and will override any number, date, or other formatting settings. This formula must return a string value to be valid.
      Angegeben von:
      setManualFormatFormula in Schnittstelle ValueProperties
      Parameter:
      newFormula - The new formula for the property 'manual format'.
      Seit:
      6.1
    • parseElement

      public NodeParser parseElement(com.inet.report.parser.XMLTag group, String tag, Attributes atts, Map<String,Object> parserMap) throws FatalParserException
      FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY FOR INTERNAL USE ONLY Internal method for reading report XML

      Parses an XML node with the given information, and returns either a sub-element which was created as a result, or null if no sub-element was created, i.e. the information was applied to the ReportComponent itself. Note that the parsing is highly tolerant, i.e. exceptions are intercepted and suppressed if at all possible.

      Angegeben von:
      parseElement in Schnittstelle NodeParser
      Setzt außer Kraft:
      parseElement in Klasse AbstractFontElement
      Parameter:
      group - XMLTag of the current node to be parsed, or null if there is no such current group. An XMLTag is a group of nodes bundled together, usually it is a Properties node such as CommonProperties, BorderProperties, etc.
      tag - The XMLTag to be parsed
      atts - The set of attributes in the current XMLTag
      parserMap - The map of current Parser.
      Gibt zurück:
      The NodeParser sub-element if one needed to be created, or null if none was created.
      Löst aus:
      FatalParserException - if an exception occurs which causes the report to not be able to be read: causes the abortion of the reading of the report.