Class FeatureElementInfo


  • public class FeatureElementInfo
    extends Object
    Describes a feature element value with its code, value and formatting. Instances of this class are not modifiable after being constructed.
    • Constructor Detail

      • FeatureElementInfo

        public FeatureElementInfo​(String elementCode,
                                  String elementValue)
        Constructs an instance with the specified element code and element value using FeatureElementValueFormat.NONE as the format.
        Parameters:
        elementCode - The feature element code.
        elementValue - The feature element value.
    • Method Detail

      • getElementCode

        public String getElementCode()
        Gets the feature element code.
        Returns:
        The feature element code.
      • getElementValue

        public String getElementValue()
        Gets the feature element value.
        Returns:
        The feature element value.
      • getElementValueFormat

        public FeatureElementValueFormat getElementValueFormat()
        Gets the feature element value format for the value.
        Returns:
        The feature element value format for the value.