public static final class PropertyModel.PropertyValue
extends java.lang.Object
Constructor and Description |
---|
PropertyValue(java.lang.String label,
java.lang.String value,
java.lang.String type)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Returns the option label to be displayed in the UI.
|
java.lang.String |
getType()
Returns property value type, a special property used by Incorta built-in connectors.
|
java.lang.String |
getValue()
Returns the option value.
|
public PropertyValue(java.lang.String label, java.lang.String value, java.lang.String type)
label
- Option label to be displayed in the UI.value
- Option valuetype
- A special property used by Incorta built-in connectorspublic final java.lang.String getLabel()
public final java.lang.String getValue()
public final java.lang.String getType()