Class VecBooleanValueProperty

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

public class VecBooleanValueProperty extends VecCustomProperty implements Serializable, Visitable

A custom property with a boolean value.

Java class for BooleanValueProperty complex type.

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


 <complexType name="BooleanValueProperty">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}CustomProperty">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • value

      protected boolean value

      Defines the value of the CustomProperty.

  • Constructor Details

    • VecBooleanValueProperty

      public VecBooleanValueProperty()
  • Method Details

    • isValue

      public boolean isValue()
      Gets the value of the value property.

      Defines the value of the CustomProperty.

    • setValue

      public void setValue(boolean value)
      Sets the value of the value property.
      See Also:
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable