org.objectweb.medor.type.lib
Class QType
java.lang.Object
PType
org.objectweb.medor.type.lib.QType
- Direct Known Subclasses:
- QTypeTuple
- public class QType
- extends PType
- Author:
- S.Chassande-Barrioz
- See Also:
- Serialized Form
Constructor Summary |
QType(short typecode,
java.lang.String jormname,
java.lang.String javaname,
java.lang.Class javaClass,
java.lang.String constname)
|
QType(java.lang.String classname,
PTypeSpace typespace)
|
Method Summary |
boolean |
isa(PType type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPECODE_NAMING_CONTEXT
public static final short TYPECODE_NAMING_CONTEXT
- See Also:
- Constant Field Values
TYPECODE_TUPLE_COLLECTION
public static final short TYPECODE_TUPLE_COLLECTION
- See Also:
- Constant Field Values
TYPECODE_PNAME
public static final short TYPECODE_PNAME
- See Also:
- Constant Field Values
TYPECODE_OBJECT
public static final short TYPECODE_OBJECT
- See Also:
- Constant Field Values
TYPECODE_COLLECTION
public static final short TYPECODE_COLLECTION
- See Also:
- Constant Field Values
QType
public QType(short typecode,
java.lang.String jormname,
java.lang.String javaname,
java.lang.Class javaClass,
java.lang.String constname)
QType
public QType(java.lang.String classname,
PTypeSpace typespace)
isa
public boolean isa(PType type)