XCMS Toolkit

schemajic.model
Class ArcMap

java.lang.Object
  extended by schemajic.model.ArcMap

public class ArcMap
extends java.lang.Object

Maps the arc elements of values of ASN.1 type OBJECT IDENTIFIER according to the the requirements of international standards.

ITU-T Recommendation X.660 or ISO/IEC 9834-1 defines the general procedures for the operation of OSI registration authorities for information object identifiers, as these values are defined in the ASN.1 standards. This standard was approved jointly by ISO, IEC, and ITU-T.

For more information on these arcs, see X.660.

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

Constructor Summary
ArcMap()
          Constructor for ArcMap.
 
Method Summary
 java.util.Enumeration elements()
          Return the current enumerations.
static ArcMap getInstance()
          Gets the current instance of ArcMap if it exists.
static void setOidSource(java.lang.String oidSourceURL)
          Sets the source of an information object identifier (OID) value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcMap

public ArcMap()
Constructor for ArcMap.

Method Detail

elements

public java.util.Enumeration elements()
Return the current enumerations.


getInstance

public static ArcMap getInstance()
Gets the current instance of ArcMap if it exists.

Returns:
null or the current arc map instance

setOidSource

public static void setOidSource(java.lang.String oidSourceURL)
Sets the source of an information object identifier (OID) value.

Parameters:
oidSourceURL - uniform resource locator of OID

XCMS Toolkit


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