ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm10.Version

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return Version
 Version<Attributes<T>> Attributes.createVersion()
          Creates a new version element
 Version<Attributes<T>> Attributes.getOrCreateVersion()
          If not already created, a new version element will be created and returned.
 Version<T> Version.name(String name)
          Sets the name attribute
 Version<T> Version.removeColumn()
          Removes the column element
 Version<T> Version.removeName()
          Removes the name attribute
 Version<T> Version.removeTemporal()
          Removes the temporal attribute
 Version<T> Version.temporal(String temporal)
          Sets the temporal element
 Version<T> Version.temporal(TemporalType temporal)
          Sets the temporal element
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return types with arguments of type Version
 List<Version<Attributes<T>>> Attributes.getAllVersion()
          Returns all version elements
 Column<Version<T>> Version.getOrCreateColumn()
          If not already created, a new column element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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