
public interface OrderColumn<T> extends Child<T>, OrmOrderColumnCommType<T,OrderColumn<T>>
order-column xsd type| Modifier 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 nameOrderColumnString getName()
name attributenameOrderColumn<T> removeName()
name attributeOrderColumnOrderColumn<T> nullable(Boolean nullable)
nullable attributenullable - the value for the attribute nullableOrderColumnBoolean isNullable()
nullable attributenullableOrderColumn<T> removeNullable()
nullable attributeOrderColumnOrderColumn<T> insertable(Boolean insertable)
insertable attributeinsertable - the value for the attribute insertableOrderColumnBoolean isInsertable()
insertable attributeinsertableOrderColumn<T> removeInsertable()
insertable attributeOrderColumnOrderColumn<T> updatable(Boolean updatable)
updatable attributeupdatable - the value for the attribute updatableOrderColumnBoolean isUpdatable()
updatable attributeupdatableOrderColumn<T> removeUpdatable()
updatable attributeOrderColumnOrderColumn<T> columnDefinition(String columnDefinition)
column-definition attributecolumnDefinition - the value for the attribute column-definitionOrderColumnString getColumnDefinition()
column-definition attributecolumn-definitionOrderColumn<T> removeColumnDefinition()
column-definition attributeOrderColumnCopyright © 2021 JBoss by Red Hat. All rights reserved.