Class ValueFactElementDecorator
java.lang.Object
com.polarion.qcentre.factbase.impl.BaseElementDecorator
com.polarion.qcentre.factbase.impl.FactElementDecorator
com.polarion.qcentre.factbase.impl.ValueFactElementDecorator
- All Implemented Interfaces:
IBaseElement
,IFactElement
,IValueFactElement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Currently String and ArrayList of strings is supported onlyint
void
Currently String and ArrayList of strings is supported onlyMethods inherited from class com.polarion.qcentre.factbase.impl.FactElementDecorator
getFactElement, listFacts, listFactsOfType
Methods inherited from class com.polarion.qcentre.factbase.impl.BaseElementDecorator
accept, addLink, addProperties, addProperty, clone, dispose, find, findByFPath, getBaseElement, getChildren, getFactBase, getId, getLinkedElementIds, getParent, getProperties, getProperty, getPropertyValue, getPropertyValue, getProvider, getStructuralParent, getTag, getType, hasProperties, isDisposed, removeProperty, setProperty, traverseChildren
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.polarion.qcentre.factbase.IBaseElement
accept, addLink, addProperties, addProperty, clone, dispose, find, findByFPath, getChildren, getFactBase, getId, getLinkedElementIds, getParent, getProperties, getProperty, getPropertyValue, getPropertyValue, getProvider, getStructuralParent, getTag, getType, hasProperties, isDisposed, removeProperty, setProperty, traverseChildren
Methods inherited from interface com.polarion.qcentre.factbase.IFactElement
listFacts, listFactsOfType
-
Constructor Details
-
ValueFactElementDecorator
-
-
Method Details
-
getValueFactElement
-
setValue
Description copied from interface:IValueFactElement
Currently String and ArrayList of strings is supported only- Specified by:
setValue
in interfaceIValueFactElement
-
getValue
Description copied from interface:IValueFactElement
Currently String and ArrayList of strings is supported only- Specified by:
getValue
in interfaceIValueFactElement
-
getValueAsInteger
public int getValueAsInteger()
-