Uses of Class
org.eclipse.jpt.jaxb.core.context.JaxbType.Kind

Packages that use JaxbType.Kind
org.eclipse.jpt.jaxb.core.context   
 

Uses of JaxbType.Kind in org.eclipse.jpt.jaxb.core.context
 

Methods in org.eclipse.jpt.jaxb.core.context that return JaxbType.Kind
 JaxbType.Kind JaxbType.getKind()
          Return the kind of JaxbType this represents
static JaxbType.Kind JaxbType.Kind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JaxbType.Kind[] JaxbType.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.