|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.schema.Modifier
schemajic.schema.Default
public class Default
Schema for ASN.1 type DEFAULT modifier.
| 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 |
|---|
public Default(Module module,
java.lang.String valuePath)
Default with ASN.1 module and value path parameters.
module - an ASN.1 module namevaluePath - the path portion of a fully qualified name| Method Detail |
|---|
public Module getModule()
public Type getType()
public JavaClassName getJavaName()
public java.lang.String getValueName()
public void accept(ModifierVisitor v,
java.lang.Object param)
visit method of the
ModifierVisitor, passing itself as
an argument.
accept in class Modifierv - instance of the modifier visitorparam - additional processing information for the visitor
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||