org.objectweb.jorm.naming.lib
Class SimplePNGConverter

java.lang.Object
  extended byorg.objectweb.jorm.naming.lib.SimplePNGConverter
All Implemented Interfaces:
PNameGetterConverter

public class SimplePNGConverter
extends java.lang.Object
implements PNameGetterConverter

is a simple PNameGetterConverter which does not make any translation

Author:
S.Chassande-Barrioz

Constructor Summary
SimplePNGConverter()
           
 
Method Summary
 PNameGetter convert(byte o)
           
 PNameGetter convert(char o)
           
 PNameGetter convert(int o)
           
 PNameGetter convert(long o)
           
 PNameGetter convert(java.lang.Object o)
           
 PNameGetter convert(PNameGetter png)
           
 PNameGetter convert(short o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePNGConverter

public SimplePNGConverter()
Method Detail

convert

public PNameGetter convert(PNameGetter png)
                    throws PExceptionNaming
Throws:
PExceptionNaming

convert

public PNameGetter convert(java.lang.Object o)
                    throws PExceptionNaming
Specified by:
convert in interface PNameGetterConverter
Throws:
PExceptionNaming

convert

public PNameGetter convert(byte o)
                    throws PExceptionNaming
Specified by:
convert in interface PNameGetterConverter
Throws:
PExceptionNaming

convert

public PNameGetter convert(char o)
                    throws PExceptionNaming
Specified by:
convert in interface PNameGetterConverter
Throws:
PExceptionNaming

convert

public PNameGetter convert(short o)
                    throws PExceptionNaming
Specified by:
convert in interface PNameGetterConverter
Throws:
PExceptionNaming

convert

public PNameGetter convert(int o)
                    throws PExceptionNaming
Specified by:
convert in interface PNameGetterConverter
Throws:
PExceptionNaming

convert

public PNameGetter convert(long o)
                    throws PExceptionNaming
Specified by:
convert in interface PNameGetterConverter
Throws:
PExceptionNaming