XCMS Toolkit

schemajic.schema
Class Default

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

public class Default
extends Modifier

Schema for ASN.1 type DEFAULT modifier.

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

Field Summary
 
Fields inherited from class schemajic.schema.Modifier
NULL
 
Constructor Summary
Default(Module module, java.lang.String valuePath)
          Constructor for Default with ASN.1 module and value path parameters.
 
Method Summary
 void accept(ModifierVisitor v, java.lang.Object param)
          Calls the visit method of the ModifierVisitor, passing itself as an argument.
 JavaClassName getJavaName()
          Returns a valid Java class name.
 Module getModule()
          Returns the current module.
 Type getType()
          Returns the current ASN.1 type.
 java.lang.String getValueName()
          Returns the current value name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Default

public Default(Module module,
               java.lang.String valuePath)
Constructor for Default with ASN.1 module and value path parameters.

Parameters:
module - an ASN.1 module name
valuePath - the path portion of a fully qualified name
Method Detail

getModule

public Module getModule()
Returns the current module.


getType

public Type getType()
Returns the current ASN.1 type.


getJavaName

public JavaClassName getJavaName()
Returns a valid Java class name.


getValueName

public java.lang.String getValueName()
Returns the current value name.


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.