protected static interface AbstractWorkSource.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(WorkSourceProperty 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(WorkSourceProperty property)
property
- WorkSourceProperty
.Copyright © 2005–2016. All rights reserved.