com.ibm.ram.internal.jaxb
Class BooleanProperty

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.BooleanProperty
All Implemented Interfaces:
java.lang.Cloneable

public class BooleanProperty
extends java.lang.Object
implements java.lang.Cloneable

Used for a boolean setting to also denote inheritance of the setting.

Since:
7.5.1

Field Summary
protected  java.lang.Boolean inherited
           
protected  boolean value
           
 
Constructor Summary
BooleanProperty()
          Default Constructor
BooleanProperty(boolean value)
          Boolean Constructor
 
Method Summary
 BooleanProperty clone()
           
 boolean getValue()
          Gets the boolean value
 boolean isInherited()
           
 void setInherited(boolean value)
           
 void setValue(boolean value)
          Sets the boolean value
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected boolean value

inherited

protected java.lang.Boolean inherited
Constructor Detail

BooleanProperty

public BooleanProperty()
Default Constructor

Since:
7.5.1

BooleanProperty

public BooleanProperty(boolean value)
Boolean Constructor

Since:
7.5.1
Method Detail

getValue

public boolean getValue()
Gets the boolean value

Returns:
possible object is String

setValue

public void setValue(boolean value)
Sets the boolean value

Parameters:
value - allowed object is String

isInherited

public boolean isInherited()
Returns:
Returns the inherited.
Since:
7.5.1

setInherited

public void setInherited(boolean value)
Parameters:
inherited - The inherited to set.
Since:
7.5.1

clone

public BooleanProperty clone()
                      throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException
Since:
7.5.1