public interface FieldResult<T> extends Child<T>, OrmFieldResultCommType<T,FieldResult<T>>
field-result
xsd typeModifier and Type | Method and Description |
---|---|
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 |
FieldResult<T> name(String name)
name
attributename
- the value for the attribute name
FieldResult
String getName()
name
attributename
FieldResult<T> removeName()
name
attributeFieldResult
FieldResult<T> column(String column)
column
attributecolumn
- the value for the attribute column
FieldResult
String getColumn()
column
attributecolumn
FieldResult<T> removeColumn()
column
attributeFieldResult
Copyright © 2022 JBoss by Red Hat. All rights reserved.