ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.orm20
Interface FieldResult<T>

All Superinterfaces:
Child<T>

public interface FieldResult<T>
extends Child<T>

This interface defines the contract for the field-result xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 FieldResult<T> column(String column)
          Sets the column attribute
 String getColumn()
          Returns the column attribute
 String getName()
          Returns the name attribute
 FieldResult<T> name(String name)
          Sets the name attribute
 FieldResult<T> removeColumn()
          Removes the column attribute
 FieldResult<T> removeName()
          Removes the name attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

FieldResult<T> name(String name)
Sets the name attribute

Parameters:
name - the value for the attribute name
Returns:
the current instance of FieldResult

getName

String getName()
Returns the name attribute

Returns:
the value defined for the attribute name

removeName

FieldResult<T> removeName()
Removes the name attribute

Returns:
the current instance of FieldResult

column

FieldResult<T> column(String column)
Sets the column attribute

Parameters:
column - the value for the attribute column
Returns:
the current instance of FieldResult

getColumn

String getColumn()
Returns the column attribute

Returns:
the value defined for the attribute column

removeColumn

FieldResult<T> removeColumn()
Removes the column attribute

Returns:
the current instance of FieldResult

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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