public class SysPropertySet extends ConditionalVariableSet
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_NAME
The name of this data type.
|
| Constructor and Description |
|---|
SysPropertySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSysproperty(ConditionalVariable variable)
Add a
ConditionalVariable. |
void |
addSyspropertyset(SysPropertySet set)
Add a
SysPropertySet. |
addConditionalvariable, addConditionalvariableset, getList, setRefidpublic static final String TYPE_NAME
public SysPropertySet()
public void addSysproperty(ConditionalVariable variable)
ConditionalVariable.variable - the ConditionalVariable to be
addedpublic void addSyspropertyset(SysPropertySet set)
SysPropertySet.set - the SysPropertySet to be addedCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.