public interface ColumnResult<T> extends Child<T>, OrmColumnResultCommType<T,ColumnResult<T>>
column-result
xsd typeModifier and Type | Method and Description |
---|---|
String |
getName()
Returns the
name attribute |
ColumnResult<T> |
name(String name)
Sets the
name attribute |
ColumnResult<T> |
removeName()
Removes the
name attribute |
ColumnResult<T> name(String name)
name
attributename
- the value for the attribute name
ColumnResult
String getName()
name
attributename
ColumnResult<T> removeName()
name
attributeColumnResult
Copyright © 2016 JBoss by Red Hat. All rights reserved.