Class LabelParameterImpl

    • Constructor Detail

      • LabelParameterImpl

        public LabelParameterImpl​(java.lang.String labelKey)
    • Method Detail

      • getValueObject

        public java.lang.Object getValueObject()
        Description copied from interface: Parameter
        Retrieve the parameter's value as an Object. Subclasses will usually have a getValue() that will return a specific type.
        Specified by:
        getValueObject in interface Parameter
        Overrides:
        getValueObject in class ParameterImpl