|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.description.KILIM
Port
Field Summary | |
static int |
ARRAY
integer value identifying a array provider |
static int |
BOOLEAN
a primitive type |
static int |
BYTE
a primitive type |
static int |
CHAR
a primitive type |
static int |
CLASS
integer value identifying a class provider |
static java.lang.String[] |
CLASS_NAME
name of class wrappers for primitive types |
static int |
CONSTRUCTOR
integer value identifying a constructor |
static int |
DOUBLE
a primitive type |
static java.util.Iterator |
EMPTY_ITERATOR
return value for empty iterator |
static java.util.LinkedList |
EMPTY_LIST
return value for empty list |
static int |
EVENT_SOURCE
integer value identifying an event source |
static int |
FLOAT
a primitive type |
static int |
GETTER
integer value identifying a getter |
static int |
INT
a primitive type |
static int |
LONG
a primitive type |
static int |
METHOD
integer value identifying a method |
static int |
NULL_ELEMENT
integer value identifying a null element |
static int |
OBJECT
a primitive type |
static int |
PORT
integer value identifying a port |
static int |
PRIVATE
private status |
static int |
PROPERTY
integer value identifying a property |
static int |
PROTECTED
protected status |
static int |
PROVIDER
integer value identifying a provider |
static int |
PUBLIC
public status |
static int |
REFERENCE
integer value identifying a reference |
static int |
SETTER
integer value identifying a setter |
static int |
SHORT
a primitive type |
static int |
STRING
a primitive type |
static int |
TRANSFORMER
integer value identifying a transformer |
static int |
UNDEFINED_STATUS
undefined status |
static int |
UNDEFINED_TYPE
undefined status |
private static int |
uniqueIndex
|
Constructor Summary | |
KILIM()
|
Method Summary | |
static java.lang.Class |
getClassFromName(java.lang.String name)
returns the Class class corresponding to a type. |
static int |
getUniqueIndex()
generates a unique index. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int PORT
public static final int PROPERTY
public static final int GETTER
public static final int SETTER
public static final int METHOD
public static final int CONSTRUCTOR
public static final int REFERENCE
public static final int CLASS
public static final int ARRAY
public static final int EVENT_SOURCE
public static final int NULL_ELEMENT
public static final int PROVIDER
public static final int TRANSFORMER
public static final java.util.LinkedList EMPTY_LIST
public static final java.util.Iterator EMPTY_ITERATOR
public static final int PRIVATE
public static final int PROTECTED
public static final int PUBLIC
public static final int UNDEFINED_STATUS
public static final int BOOLEAN
public static final int CHAR
public static final int BYTE
public static final int SHORT
public static final int INT
public static final int LONG
public static final int FLOAT
public static final int DOUBLE
public static final int STRING
public static final int OBJECT
public static final int UNDEFINED_TYPE
public static final java.lang.String[] CLASS_NAME
private static int uniqueIndex
Constructor Detail |
public KILIM()
Method Detail |
public static int getUniqueIndex()
public static java.lang.Class getClassFromName(java.lang.String name) throws java.lang.ClassNotFoundException
name
- : the name of the class.
java.lang.ClassNotFoundException
- :
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |