public interface OrderColumn<T> extends Child<T>
order-column
xsd typeModifier and Type | Method and Description |
---|---|
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 |
OrderColumn<T> name(String name)
name
attributename
- the value for the attribute name
OrderColumn
String getName()
name
attributename
OrderColumn<T> removeName()
name
attributeOrderColumn
OrderColumn<T> nullable(Boolean nullable)
nullable
attributenullable
- the value for the attribute nullable
OrderColumn
Boolean isNullable()
nullable
attributenullable
OrderColumn<T> removeNullable()
nullable
attributeOrderColumn
OrderColumn<T> insertable(Boolean insertable)
insertable
attributeinsertable
- the value for the attribute insertable
OrderColumn
Boolean isInsertable()
insertable
attributeinsertable
OrderColumn<T> removeInsertable()
insertable
attributeOrderColumn
OrderColumn<T> updatable(Boolean updatable)
updatable
attributeupdatable
- the value for the attribute updatable
OrderColumn
Boolean isUpdatable()
updatable
attributeupdatable
OrderColumn<T> removeUpdatable()
updatable
attributeOrderColumn
OrderColumn<T> columnDefinition(String columnDefinition)
column-definition
attributecolumnDefinition
- the value for the attribute column-definition
OrderColumn
String getColumnDefinition()
column-definition
attributecolumn-definition
OrderColumn<T> removeColumnDefinition()
column-definition
attributeOrderColumn
Copyright © 2013 JBoss by Red Hat. All rights reserved.