XCMS Toolkit

schemajic.schema
Class NumberValue

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

public class NumberValue
extends java.lang.Object

Processing support for named number values of ASN.1 type INTEGER.

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

Constructor Summary
NumberValue(int v)
          Sets the current integer value.
 
Method Summary
 int getValue()
          Returns the current integer value.
 java.lang.String toString()
          Returns the current integer value as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberValue

public NumberValue(int v)
Sets the current integer value.

Parameters:
v - a numeric value of type int
Method Detail

getValue

public int getValue()
Returns the current integer value.


toString

public java.lang.String toString()
Returns the current integer value as a string.

Overrides:
toString in class java.lang.Object

XCMS Toolkit


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