Package | Description |
---|---|
com.incorta.connector.model |
Modifier and Type | Method and Description |
---|---|
java.util.List<PropertyModel.PropertyValue> |
PropertyModel.getPossibleValues()
Returns a list of possible values for this property.
|
Modifier and Type | Method and Description |
---|---|
PropertyModel.Builder |
PropertyModel.Builder.addPossibleValue(PropertyModel.PropertyValue possibleValue)
Adds a possible value for this property.
|
PropertyModel.Builder |
PropertyModel.Builder.possibleValues(PropertyModel.PropertyValue... possibleValues)
Sets a list of possible values for this property.
|
Modifier and Type | Method and Description |
---|---|
PropertyModel.Builder |
PropertyModel.Builder.possibleValues(java.util.List<PropertyModel.PropertyValue> possibleValues)
Sets a list of possible values for this property.
|