Package com.foursoft.harness.vec.v113
Class VecDoubleValueProperty
java.lang.Object
com.foursoft.harness.vec.v113.VecCustomProperty
com.foursoft.harness.vec.v113.VecDoubleValueProperty
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasPropertyType,Visitable,Serializable
Java class for DoubleValueProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoubleValueProperty">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}CustomProperty">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class com.foursoft.harness.vec.v113.VecCustomProperty
propertyType, xmlId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.foursoft.harness.vec.v113.VecCustomProperty
getParentExtendableElement, getPropertyType, getXmlId, setPropertyType, setXmlId, toString
-
Field Details
-
value
protected double valueDefines the value of the CustomProperty.
-
-
Constructor Details
-
VecDoubleValueProperty
public VecDoubleValueProperty()
-
-
Method Details
-
getValue
public double getValue()Gets the value of the value property.Defines the value of the CustomProperty.
-
setValue
public void setValue(double value) Sets the value of the value property.- See Also:
-
accept
-