public final class PropertyParameter extends AbstractParameter
PropertyFunction
UNBOUNDED
Constructor and Description |
---|
PropertyParameter(org.eclipse.core.runtime.IConfigurationElement conf) |
PropertyParameter(String name,
int minOccurrence,
int maxOccurrence,
String label,
String description,
List<PropertyCondition> conditions,
boolean eager)
Create a parameter definition.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyCondition> |
getConditions()
Get the property conditions.
|
boolean |
isEager()
Get if the property is eager, i.e.
|
equals, getDescription, getDisplayName, getMaxOccurrence, getMinOccurrence, getName, hashCode
public PropertyParameter(org.eclipse.core.runtime.IConfigurationElement conf)
public PropertyParameter(String name, int minOccurrence, int maxOccurrence, String label, String description, List<PropertyCondition> conditions, boolean eager)
name
- the parameter nameminOccurrence
- min occurrencesmaxOccurrence
- max occurrenceslabel
- human readable labeldescription
- human readable descriptionconditions
- a list of property conditionseager
- isEager()
public List<PropertyCondition> getConditions()
public boolean isEager()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a