schemajic.schema
Class OpenTypeType
java.lang.Object
schemajic.schema.Type
schemajic.schema.OpenTypeType
public class OpenTypeType
- extends Type
Schema for an ASN.1 "open type", the value of an ASN.1 type in its encoded form.
- Version:
- 1.00 - 2006/01/21
- Author:
- support@phillipgriffin.com
| Fields inherited from class schemajic.schema.Type |
_tags |
|
Constructor Summary |
OpenTypeType(Module module,
java.lang.String name,
java.lang.String type,
java.lang.String tags)
Constructor for OpenTypeType with ASN.1 module, defined type, builtin
or reference type, and tags parameters. |
OpenTypeType(java.lang.String name)
Constructor for an ASN.1 "open type" with
string name parameter. |
|
Method Summary |
void |
accept(TypeVisitor v)
Calls the visit method of the
TypeVisitor, passing itself as
an argument. |
| Methods inherited from class schemajic.schema.Type |
createInstance, getJavaName, getModule, getName, getPackageName, getTags, getType, getTypeName, getXMLName, isChoice, isNull, isOpenType, isRoot, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OpenTypeType
public OpenTypeType(Module module,
java.lang.String name,
java.lang.String type,
java.lang.String tags)
- Constructor for
OpenTypeType with ASN.1 module, defined type, builtin
or reference type, and tags parameters.
- Parameters:
module - the ASN.1 module where a user defined type name is specifiedname - the name of a user defined typetype - a builtin or referenced type defined in the ASN.1 standardstags - the tag class, tag number, and encoding type assigned in the ASN.1 standards to the type
OpenTypeType
public OpenTypeType(java.lang.String name)
- Constructor for an ASN.1 "open type" with
string name parameter.
- Parameters:
name - identifier of a value of the open type
accept
public void accept(TypeVisitor v)
- Calls the
visit method of the
TypeVisitor, passing itself as
an argument.
- Specified by:
accept in class Type
- Parameters:
v - instance of the type visitor
Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.