XCMS Toolkit

schemajic.schema
Class Optional

java.lang.Object
  extended by schemajic.schema.Modifier
      extended by schemajic.schema.Optional

public class Optional
extends Modifier

Schema for ASN.1 OPTIONAL modifier.

Version:
1.00 - 2006/01/21
Author:
support@phillipgriffin.com

Field Summary
 
Fields inherited from class schemajic.schema.Modifier
NULL
 
Constructor Summary
Optional()
          Constructor for Optional.
 
Method Summary
 void accept(ModifierVisitor v, java.lang.Object param)
          Calls the visit method of the ModifierVisitor, passing itself as an argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Optional

public Optional()
Constructor for Optional.

Method Detail

accept

public void accept(ModifierVisitor v,
                   java.lang.Object param)
Calls the visit method of the ModifierVisitor, passing itself as an argument.

Overrides:
accept in class Modifier
Parameters:
v - instance of the modifier visitor
param - additional processing information for the visitor

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.