org.objectweb.jorm.facility.naming.polymorphid
Class PolymorphIdRefN

java.lang.Object
  extended byorg.objectweb.jorm.naming.lib.BasicPName
      extended byorg.objectweb.jorm.facility.naming.polymorphid.PolymorphIdRefN
All Implemented Interfaces:
java.lang.Cloneable, PName, java.io.Serializable

public class PolymorphIdRefN
extends BasicPName
implements PName

Author:
P. Dechamboux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.jorm.naming.lib.BasicPName
pnc
 
Method Summary
 boolean isNull()
          It tells if this name corresponds to "null" representation within a its naming context.
 
Methods inherited from class org.objectweb.jorm.naming.lib.BasicPName
codingSupported, encode, encodeAbstract, encodeBigDecimal, encodeBigInteger, encodeByte, encodeChar, encodeCharArray, encodeDate, encodeInt, encodeLong, encodeObyte, encodeOchar, encodeOint, encodeOlong, encodeOshort, encodeShort, encodeString, export, export, getPNameManager, getPType, resolve, setPNamingContext, toString, unexport, unexport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.objectweb.jorm.naming.api.PName
codingSupported, encode, encodeAbstract, encodeBigDecimal, encodeBigInteger, encodeByte, encodeChar, encodeCharArray, encodeDate, encodeInt, encodeLong, encodeObyte, encodeOchar, encodeOint, encodeOlong, encodeOshort, encodeShort, encodeString, export, export, getPNameManager, getPType, resolve, unexport, unexport
 

Method Detail

isNull

public boolean isNull()
Description copied from interface: PName
It tells if this name corresponds to "null" representation within a its naming context.

Specified by:
isNull in interface PName
Returns:
true if it represents a "null" name.