XCMS Toolkit

schemajic.schema
Class ValueName

java.lang.Object
  extended by schemajic.schema.ValueName

public class ValueName
extends java.lang.Object

Processing support for named ASN.1 values.

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

Constructor Summary
ValueName(java.lang.String s)
          Sets the current value name to the provided value.
 
Method Summary
 java.lang.String getName()
          Returns the name of an ASN.1 value
 java.lang.String toString()
          Returns a String containing the name of a value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueName

public ValueName(java.lang.String s)
Sets the current value name to the provided value.

Parameters:
s - a value name to become the current value
Method Detail

getName

public java.lang.String getName()
Returns the name of an ASN.1 value

Returns:
a String containing the name of a value

toString

public java.lang.String toString()
Returns a String containing the name of a value

Overrides:
toString in class java.lang.Object

XCMS Toolkit


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