ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm20.FieldResult

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

Uses of FieldResult in org.jboss.shrinkwrap.descriptor.api.orm20
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return FieldResult
 FieldResult<T> FieldResult.column(String column)
          Sets the column attribute
 FieldResult<EntityResult<T>> EntityResult.createFieldResult()
          Creates a new field-result element
 FieldResult<EntityResult<T>> EntityResult.getOrCreateFieldResult()
          If not already created, a new field-result element will be created and returned.
 FieldResult<T> FieldResult.name(String name)
          Sets the name attribute
 FieldResult<T> FieldResult.removeColumn()
          Removes the column attribute
 FieldResult<T> FieldResult.removeName()
          Removes the name attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return types with arguments of type FieldResult
 List<FieldResult<EntityResult<T>>> EntityResult.getAllFieldResult()
          Returns all field-result elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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