public class

BooleanProperty

extends Property
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.properties.Property
     ↳ com.emc.documentum.fs.datamodel.core.properties.BooleanProperty

Class Overview

Java class for BooleanProperty complex type.

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

 <complexType name="BooleanProperty">
   <complexContent>
     <extension base="{http://properties.core.datamodel.fs.documentum.emc.com/}Property">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean value
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.properties.Property
Public Constructors
BooleanProperty()
Public Methods
boolean isValue()
Gets the value of the value property.
void setValue(boolean value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.properties.Property
From class java.lang.Object

Fields

protected boolean value

Public Constructors

public BooleanProperty ()

Public Methods

public boolean isValue ()

Gets the value of the value property.

public void setValue (boolean value)

Sets the value of the value property.

Parameters
value