gov.lanl.NamingAuthority
Class AuthorityFactory

java.lang.Object
  |
  +--gov.lanl.NamingAuthority.AuthorityFactory

public class AuthorityFactory
extends java.lang.Object

Provide lookup from AuthorityId to corresponding integer due to lack of mapping in org.omg.PersonIdService.AuthorityId


Method Summary
static int getId(java.lang.String auth)
          Turn the String into the appropriate integer
static java.lang.String getValue(int i)
          Turn the int into the appropriate Authority string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public static int getId(java.lang.String auth)
Turn the String into the appropriate integer


getValue

public static java.lang.String getValue(int i)
Turn the int into the appropriate Authority string



Copyright © 2000 Apache Software Foundation. All Rights Reserved.