org.objectweb.jorm.type.lib
Class PTypeGenClass

java.lang.Object
  extended byorg.objectweb.jorm.type.api.PType
      extended byorg.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
NOSIZE, TYPECODE_BIGDECIMAL, TYPECODE_BIGINTEGER, 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
 java.lang.String getJormName()
          It retrieves the JORM name associated to this PType.
 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, getCodingName, getInheritedPType, getJavaName, 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

getJormName

public java.lang.String getJormName()
It retrieves the JORM name associated to this PType.

Overrides:
getJormName in class PType
Returns:
It returns the JORM name.

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.