public interface ColumnResult<T> extends Child<T>, OrmColumnResultCommType<T,ColumnResult<T>>
column-result
xsd typeModifier 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 name
ColumnResult
String getName()
name
attributename
ColumnResult<T> removeName()
name
attributeColumnResult
ColumnResult<T> clazz(String clazz)
class
attributeclazz
- the value for the attribute class
ColumnResult
String getClazz()
class
attributeclass
ColumnResult<T> removeClazzAttr()
class
attributeColumnResult
Copyright © 2018 JBoss by Red Hat. All rights reserved.