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

public class VecNumericalValueProperty extends VecCustomProperty implements Serializable, Visitable

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 Details

  • Constructor Details

    • VecNumericalValueProperty

      public VecNumericalValueProperty()
  • Method Details