org.objectweb.jorm.naming.lib
Class CTHelper

java.lang.Object
  extended byorg.objectweb.jorm.naming.lib.CTHelper

public class CTHelper
extends java.lang.Object

This class is a helper which permits to convert PType code to a pname coding type.

Author:
S.Chassande-Barrioz

Constructor Summary
CTHelper()
           
 
Method Summary
static int ct2ptc(int ct)
          It convertes a Coding type to a PType code
static int ptc2ct(int tpc)
          It convertes a PType code to a Coding type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CTHelper

public CTHelper()
Method Detail

ct2ptc

public static int ct2ptc(int ct)
It convertes a Coding type to a PType code


ptc2ct

public static int ptc2ct(int tpc)
It convertes a PType code to a Coding type.