|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.naming.lib.BasicPName
org.objectweb.jorm.naming.lib.BasicPolymorphicPName
Field Summary | |
protected boolean |
polymorphic
|
Fields inherited from class org.objectweb.jorm.naming.lib.BasicPName |
pnc |
Constructor Summary | |
BasicPolymorphicPName()
|
Method Summary | |
boolean |
isPolymorphic()
It returns true if the PName is polymorphic, else it returns false. |
void |
setPNameManager(PNameManager pNameManager)
Sets the pNameManager of the PName. |
void |
setPolymorphic(boolean polymorphic)
It sets the PName to polymorphic. |
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, isNull, resolve, unexport, unexport |
Field Detail |
protected boolean polymorphic
Constructor Detail |
public BasicPolymorphicPName()
Method Detail |
public void setPNameManager(PNameManager pNameManager)
PolymorphicPName
setPNameManager
in interface PolymorphicPName
public void setPolymorphic(boolean polymorphic)
PolymorphicPName
setPolymorphic
in interface PolymorphicPName
public boolean isPolymorphic()
PolymorphicPName
isPolymorphic
in interface PolymorphicPName
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |