Uses of Class
org.hibernate.internal.jaxb.SourceType

Packages that use SourceType
org.hibernate.internal.jaxb   
 

Uses of SourceType in org.hibernate.internal.jaxb
 

Methods in org.hibernate.internal.jaxb that return SourceType
 SourceType Origin.getType()
          Retrieve the type of origin.
static SourceType SourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SourceType[] SourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.hibernate.internal.jaxb with parameters of type SourceType
Origin(SourceType type, String name)
           
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.