protected static interface AbstractSupplierSource.SpecificationContext
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String name)
Adds a property.
|
void |
addProperty(String name,
String label)
Adds a property.
|
void |
addProperty(SupplierSourceProperty property)
Adds a property.
|
void addProperty(String name)
name
- Name of property that is also used as the label.void addProperty(String name, String label)
name
- Name of property.label
- Label for the property.void addProperty(SupplierSourceProperty property)
property
- SupplierSourceProperty
.Copyright © 2005–2016. All rights reserved.