Class TLcdSLDChangeCase

All Implemented Interfaces:
ILcdDataObject, ILcdGenericExpression, ILcdOGCExpression, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDChangeCase extends TLcdSLDFunction
Changes the case of strings.
Since:
2012.1
  • Constructor Details

    • TLcdSLDChangeCase

      public TLcdSLDChangeCase()
      Default Constructor
    • TLcdSLDChangeCase

      public TLcdSLDChangeCase(TLcdDataType aType)
      Default Constructor
    • TLcdSLDChangeCase

      public TLcdSLDChangeCase(TLcdSLDParameterValue aStringValue, TLcdSLDChangeCase.Direction aDirection)
      Creates a new instance and initializes the properties with the given values.
  • Method Details

    • getDirection

      public TLcdSLDChangeCase.Direction getDirection()
      Returns the value of the property that maps to the direction attribute.
      Returns:
      the value of the DIRECTION_PROPERTY property.
    • setDirection

      public void setDirection(TLcdSLDChangeCase.Direction aValue)
      Sets the value of the property that maps to the direction attribute.
      Parameters:
      aValue - the value to set for the DIRECTION_PROPERTY property.
    • getStringValue

      public TLcdSLDParameterValue getStringValue()
      Returns the value of the property that maps to the StringValue element.

      A parameter that evaluates to a String. The 'toString' method of the returned Object is used to convert any object into a String.

      Returns:
      the value of the STRING_VALUE_PROPERTY property.
    • setStringValue

      public void setStringValue(TLcdSLDParameterValue aValue)
      Sets the value of the property that maps to the StringValue element.

      A parameter that evaluates to a String. The 'toString' method of the returned Object is used to convert any object into a String.

      Parameters:
      aValue - the value to set for the STRING_VALUE_PROPERTY property.