|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.schema.NamedValue
public class NamedValue
Processing support for named (identified) values of ASN.1 types.
| Field Summary | |
|---|---|
java.lang.String |
_name
|
TypeReference |
_type
|
java.lang.String |
_value
|
| Constructor Summary | |
|---|---|
NamedValue(TypeLookup lookup,
java.lang.String name,
java.lang.String type,
java.lang.String value)
Sets the current ASN.1 value, value name, and value type. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDeclaration()
Gets a valid Java type name declaration. |
java.lang.String |
getInitialization()
Gets a valid Java initialization statement. |
java.lang.String |
getJavaName()
Converts a valid ASN.1 name to a valid Java name. |
java.lang.String |
getName()
Returns the current ASN.1 value name. |
Type |
getType()
Returns the current ASN.1 type. |
java.lang.String |
getValue()
Returns the current ASN.1 named value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String _name
public TypeReference _type
public java.lang.String _value
| Constructor Detail |
|---|
public NamedValue(TypeLookup lookup,
java.lang.String name,
java.lang.String type,
java.lang.String value)
lookup - type reference look upname - becomes the current value nametype - becomes the current ASN.1 typevalue - becomes the current named value| Method Detail |
|---|
public Type getType()
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getJavaName()
public java.lang.String getDeclaration()
public java.lang.String getInitialization()
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||