ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Class
org.jboss.shrinkwrap.descriptor.api.orm10.TemporalType

Packages that use TemporalType
org.jboss.shrinkwrap.descriptor.api.orm10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of TemporalType in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return TemporalType
static TemporalType TemporalType.getFromStringValue(String value)
           
 TemporalType Basic.getTemporal()
          Returns the temporal element
 TemporalType Id.getTemporal()
          Returns the temporal element
 TemporalType Version.getTemporal()
          Returns the temporal element
static TemporalType TemporalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TemporalType[] TemporalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 with parameters of type TemporalType
 Basic<T> Basic.temporal(TemporalType temporal)
          Sets the temporal element
 Id<T> Id.temporal(TemporalType temporal)
          Sets the temporal element
 Version<T> Version.temporal(TemporalType temporal)
          Sets the temporal element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.