
public interface ColumnResult<T> extends Child<T>, OrmColumnResultCommType<T,ColumnResult<T>>
column-result xsd type| Modifier 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 nameColumnResultString getName()
name attributenameColumnResult<T> removeName()
name attributeColumnResultCopyright © 2025 JBoss by Red Hat. All rights reserved.