|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.admin.ns.ValueComponent
com.novell.admin.ns.Value
com.novell.admin.ns.BooleanValue
Storage class for all syntaxes that use boolean types.
This is an immutable class.
HexValue
,
StringValue
,
LongValue
,
StreamValue
,
Serialized FormConstructor Summary | |
BooleanValue(Syntax syntax,
boolean bool)
Constructor that uses a primitive boolean type. |
|
BooleanValue(Syntax syntax,
java.lang.Boolean bool)
Constructor that uses a Boolean object. |
Method Summary | |
java.lang.Boolean |
getBooleanValue()
Returns the value as a Boolean object. |
boolean |
getValue()
Returns the value as a boolean type. |
Methods inherited from class com.novell.admin.ns.Value |
clone |
Methods inherited from class com.novell.admin.ns.ValueComponent |
compareTo, equals, getSyntax, isWithinBounds, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BooleanValue(Syntax syntax, boolean bool)
This constructor should only be called from boolean strategy classes and not directly in an xapplication.
syntax
- Associated syntax for this boolean value.bool
- The boolean value.public BooleanValue(Syntax syntax, java.lang.Boolean bool)
This constructor should only be called from boolean strategy classes and not directly from an application.
syntax
- Associated syntax for this boolean value.bool
- The Boolean object.Method Detail |
public java.lang.Boolean getBooleanValue()
public boolean getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |