Package com.foursoft.harness.vec.v113
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
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 Summary
FieldsModifier and TypeFieldDescriptionprotected booleanDefines the value of the CustomProperty.Fields 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 boolean valueDefines the value of the CustomProperty.
-
-
Constructor Details
-
VecBooleanValueProperty
public VecBooleanValueProperty()
-
-
Method Details