Class VecValueRangeProperty

java.lang.Object
com.foursoft.harness.vec.v113.VecCustomProperty
com.foursoft.harness.vec.v113.VecValueRangeProperty
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasPropertyType, Visitable, Serializable

public class VecValueRangeProperty extends VecCustomProperty implements Serializable, Visitable

A custom property with a value range. (see KBLFRM-319)

Java class for ValueRangeProperty complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ValueRangeProperty">
   <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}ValueRange"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected VecValueRange value

      Defines the value of the CustomProperty.

  • Constructor Details

    • VecValueRangeProperty

      public VecValueRangeProperty()
  • Method Details