Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jaxb.core.context.TypeKind

Packages that use TypeKind
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
 

Uses of TypeKind in org.eclipse.jpt.jaxb.core.context
 

Methods in org.eclipse.jpt.jaxb.core.context that return TypeKind
 TypeKind JaxbTypeMapping.getTypeKind()
          Return the kind of type represented.
static TypeKind TypeKind.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.
 

Uses of TypeKind in org.eclipse.jpt.jaxb.core.context.java
 

Methods in org.eclipse.jpt.jaxb.core.context.java that return TypeKind
 TypeKind JavaType.getKind()
          Return the kind of type represented.
 

Constructors in org.eclipse.jpt.jaxb.core.context.java with parameters of type TypeKind
JavaType.IsKind(TypeKind typeKind)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.