ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface OrderColumn<T>
extends Child<T>

This interface defines the contract for the order-column xsd type

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

Method Summary
 OrderColumn<T> columnDefinition(String columnDefinition)
          Sets the column-definition attribute
 String getColumnDefinition()
          Returns the column-definition attribute
 String getName()
          Returns the name attribute
 OrderColumn<T> insertable(Boolean insertable)
          Sets the insertable attribute
 Boolean isInsertable()
          Returns the insertable attribute
 Boolean isNullable()
          Returns the nullable attribute
 Boolean isUpdatable()
          Returns the updatable attribute
 OrderColumn<T> name(String name)
          Sets the name attribute
 OrderColumn<T> nullable(Boolean nullable)
          Sets the nullable attribute
 OrderColumn<T> removeColumnDefinition()
          Removes the column-definition attribute
 OrderColumn<T> removeInsertable()
          Removes the insertable attribute
 OrderColumn<T> removeName()
          Removes the name attribute
 OrderColumn<T> removeNullable()
          Removes the nullable attribute
 OrderColumn<T> removeUpdatable()
          Removes the updatable attribute
 OrderColumn<T> updatable(Boolean updatable)
          Sets the updatable attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

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

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

getName

String getName()
Returns the name attribute

Returns:
the value defined for the attribute name

removeName

OrderColumn<T> removeName()
Removes the name attribute

Returns:
the current instance of OrderColumn

nullable

OrderColumn<T> nullable(Boolean nullable)
Sets the nullable attribute

Parameters:
nullable - the value for the attribute nullable
Returns:
the current instance of OrderColumn

isNullable

Boolean isNullable()
Returns the nullable attribute

Returns:
the value defined for the attribute nullable

removeNullable

OrderColumn<T> removeNullable()
Removes the nullable attribute

Returns:
the current instance of OrderColumn

insertable

OrderColumn<T> insertable(Boolean insertable)
Sets the insertable attribute

Parameters:
insertable - the value for the attribute insertable
Returns:
the current instance of OrderColumn

isInsertable

Boolean isInsertable()
Returns the insertable attribute

Returns:
the value defined for the attribute insertable

removeInsertable

OrderColumn<T> removeInsertable()
Removes the insertable attribute

Returns:
the current instance of OrderColumn

updatable

OrderColumn<T> updatable(Boolean updatable)
Sets the updatable attribute

Parameters:
updatable - the value for the attribute updatable
Returns:
the current instance of OrderColumn

isUpdatable

Boolean isUpdatable()
Returns the updatable attribute

Returns:
the value defined for the attribute updatable

removeUpdatable

OrderColumn<T> removeUpdatable()
Removes the updatable attribute

Returns:
the current instance of OrderColumn

columnDefinition

OrderColumn<T> columnDefinition(String columnDefinition)
Sets the column-definition attribute

Parameters:
columnDefinition - the value for the attribute column-definition
Returns:
the current instance of OrderColumn

getColumnDefinition

String getColumnDefinition()
Returns the column-definition attribute

Returns:
the value defined for the attribute column-definition

removeColumnDefinition

OrderColumn<T> removeColumnDefinition()
Removes the column-definition attribute

Returns:
the current instance of OrderColumn

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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