public interface ColumnResult<T> extends Child<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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.