|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeKind | |
---|---|
org.apache.openejb.jee.was.v6.java | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of TypeKind in org.apache.openejb.jee.was.v6.java |
---|
Fields in org.apache.openejb.jee.was.v6.java declared as TypeKind | |
---|---|
protected TypeKind |
JavaClass.kind
|
Methods in org.apache.openejb.jee.was.v6.java that return TypeKind | |
---|---|
static TypeKind |
TypeKind.fromValue(java.lang.String v)
|
TypeKind |
JavaClass.getKind()
Gets the value of the kind property. |
static TypeKind |
TypeKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TypeKind[] |
TypeKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.openejb.jee.was.v6.java with parameters of type TypeKind | |
---|---|
void |
JavaClass.setKind(TypeKind value)
Sets the value of the kind property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |