public class RowNames
extends java.lang.Object
implements java.io.Serializable
RowNames
object.Constructor and Description |
---|
RowNames()
The default constructor.
|
RowNames(java.lang.String[] rowNames)
Creates a
RowNames object using the provided row names. |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAsStringArray()
Retrieves the row name items as a string array.
|
java.util.List<Item> |
getItems()
Retrieves a list of the row name Item objects.
|
java.lang.Integer |
getLength()
Retrieves the row name length.
|
java.lang.String |
getType()
Retrieves the row name type.
|
void |
setItems(java.util.List<Item> items)
Sets a list of the row name Item objects.
|
void |
setLength(java.lang.Integer val)
Ignored - only provided for XML serialization.
|
void |
setType(java.lang.String type)
Sets the row name type.
|
public RowNames(java.lang.String[] rowNames)
RowNames
object using the provided row names.rowNames
- The row names.public RowNames()
public java.util.List<Item> getItems()
Item
public void setItems(java.util.List<Item> items)
items
- A list containing the Item objects.Item
public java.lang.String getType()
public void setType(java.lang.String type)
type
- A string containing the column type.public java.lang.Integer getLength()
public void setLength(java.lang.Integer val)
val
- The length.public java.lang.String[] getAsStringArray()