|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.model.ASN1Value
schemajic.model.ASN1Boolean
public class ASN1Boolean
Models the abstract concept of the value of
ASN.1 type BOOLEAN.
Type BOOLEAN is a simple builtin type with
two distinguished values, "true" and
"false".
Universal class tag assignment is UNIVERSAL 1.
XML ASN.1 type name is BOOLEAN and XML ASN.1
BOOLEAN values are <true>
and <false>.
| Constructor Summary | |
|---|---|
ASN1Boolean()
Constructor for ASN1Boolean. |
|
ASN1Boolean(boolean value)
Constructor for ASN1Boolean with
initialization value parameter. |
|
| Method Summary | |
|---|---|
java.lang.Object |
accept(ValueVisitor visitor,
java.lang.Object object)
Accepts a visit from the ValueVisitor |
Type |
getAsn1Type()
|
boolean |
getBooleanValue()
Returns the current ASN.1 BOOLEAN value. |
void |
setBooleanValue(boolean value)
Sets the current ASN.1 BOOLEAN
value to the provided boolean value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASN1Boolean()
ASN1Boolean.
public ASN1Boolean(boolean value)
ASN1Boolean with
initialization value parameter.
value - | Method Detail |
|---|
public boolean getBooleanValue()
BOOLEAN value.
public void setBooleanValue(boolean value)
BOOLEAN
value to the provided boolean value.
value - the boolean
value to set as the current value
public java.lang.Object accept(ValueVisitor visitor,
java.lang.Object object)
throws VisitorException
visit from the ValueVisitor
accept in class ASN1Valuevisitor - the function applicator (mapper), which knows how to
process the given object type and apply appropriate operations to
the elements of this type of objectobject - an object to be visited
VisitorExceptionpublic Type getAsn1Type()
getAsn1Type in class ASN1Value
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||