Uses of Class
org.apache.openejb.jee.was.v6.java.TypeKind
-
Packages that use TypeKind Package Description 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 Modifier and Type Field Description protected TypeKindJavaClass. kindMethods in org.apache.openejb.jee.was.v6.java that return TypeKind Modifier and Type Method Description static TypeKindTypeKind. fromValue(String v)TypeKindJavaClass. getKind()Gets the value of the kind property.static TypeKindTypeKind. valueOf(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 Modifier and Type Method Description voidJavaClass. setKind(TypeKind value)Sets the value of the kind property.
-