org.objectweb.jorm.type.lib
Class PTypeGenClass

java.lang.Object
  |
  +--org.objectweb.jorm.type.api.PType
        |
        +--org.objectweb.jorm.type.lib.PTypeGenClass
All Implemented Interfaces:
java.io.Serializable

public class PTypeGenClass
extends PType

Author:
Sebastien Chassande-Barrioz
See Also:
Serialized Form

Field Summary
protected  PType nestedPType
           
 
Fields inherited from class org.objectweb.jorm.type.api.PType
TYPECODE_BIGDECIMAL, TYPECODE_BOOLEAN, TYPECODE_BYTE, TYPECODE_BYTEARRAY, TYPECODE_CHAR, TYPECODE_CHARARRAY, TYPECODE_DATE, TYPECODE_DOUBLE, TYPECODE_FLOAT, TYPECODE_INT, TYPECODE_LONG, TYPECODE_OBJBOOLEAN, TYPECODE_OBJBYTE, TYPECODE_OBJCHAR, TYPECODE_OBJDOUBLE, TYPECODE_OBJFLOAT, TYPECODE_OBJINT, TYPECODE_OBJLONG, TYPECODE_OBJSHORT, TYPECODE_REFERENCE, TYPECODE_SERIALIZED, TYPECODE_SHORT, TYPECODE_STRING
 
Constructor Summary
PTypeGenClass(java.lang.String jormName, PType _inner, PTypeSpace typeSpace)
           
 
Method Summary
 PType getNestedPType()
          It retrieves the nested PType in case of a generic class PType.
 
Methods inherited from class org.objectweb.jorm.type.api.PType
equals, getInheritedPType, getJavaName, getJormName, getProgName, getPTypeSpace, getSubTypes, getTypeCode, isa
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nestedPType

protected PType nestedPType
Constructor Detail

PTypeGenClass

public PTypeGenClass(java.lang.String jormName,
                     PType _inner,
                     PTypeSpace typeSpace)
Method Detail

getNestedPType

public PType getNestedPType()
It retrieves the nested PType in case of a generic class PType.
Overrides:
getNestedPType in class PType
Returns:
The nested PType.