Package com.foursoft.harness.vec.v113
Class VecNumericalValueProperty
java.lang.Object
com.foursoft.harness.vec.v113.VecCustomProperty
com.foursoft.harness.vec.v113.VecNumericalValueProperty
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasPropertyType,Visitable,Serializable
A custom property with a numerical value. (see KBLFRM-319)
Java class for NumericalValueProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumericalValueProperty">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}CustomProperty">
<sequence>
<element name="Value" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueDefines the value of theCustomProperty.Fields inherited from class com.foursoft.harness.vec.v113.VecCustomProperty
propertyType, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RgetValue()Gets the value of the value property.voidsetValue(VecNumericalValue value) Sets the value of the value property.Methods inherited from class com.foursoft.harness.vec.v113.VecCustomProperty
getParentExtendableElement, getPropertyType, getXmlId, setPropertyType, setXmlId, toString
-
Field Details
-
value
Defines the value of theCustomProperty.
-
-
Constructor Details
-
VecNumericalValueProperty
public VecNumericalValueProperty()
-
-
Method Details
-
getValue
Gets the value of the value property.Defines the value of theCustomProperty.
- Returns:
- possible object is
VecNumericalValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
accept
-