
public interface ColumnResult<T> extends Child<T>, OrmColumnResultCommType<T,ColumnResult<T>>
column-result xsd type| Modifier and Type | Method and Description |
|---|---|
ColumnResult<T> |
clazz(String clazz)
Sets the
class attribute |
String |
getClazz()
Returns the
class attribute |
String |
getName()
Returns the
name attribute |
ColumnResult<T> |
name(String name)
Sets the
name attribute |
ColumnResult<T> |
removeClazzAttr()
Removes the
class 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 attributeColumnResultColumnResult<T> clazz(String clazz)
class attributeclazz - the value for the attribute classColumnResultString getClazz()
class attributeclassColumnResult<T> removeClazzAttr()
class attributeColumnResultCopyright © 2025 JBoss by Red Hat. All rights reserved.