public class IsolateLevelsBehavior extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
IsolateLevelsBehavior() |
Modifier and Type | Method and Description |
---|---|
int |
getLevels()
Description:
The number of neighboring levels to include in the isolation.
|
java.lang.String |
getTagName() |
java.lang.String |
getTriggerType()
Description:
The event type that will trigger the isolation.
|
void |
setLevels(int levels)
Description:
The number of neighboring levels to include in the isolation.
|
void |
setTriggerType(java.lang.String triggerType)
Description:
The event type that will trigger the isolation.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public int getLevels() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setLevels(int levels)
levels
- the value of the levels attribute of the Tag this class represents.public java.lang.String getTriggerType()
public void setTriggerType(java.lang.String triggerType)
triggerType
- the value of the triggerType attribute of the Tag this class represents.