public class ColumnLocation extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
m_attributes |
protected String |
m_width |
Constructor and Description |
---|
ColumnLocation() |
ColumnLocation(ColumnLocation column) |
ColumnLocation(String width) |
ColumnLocation(String width,
List<String> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(String attr) |
void |
addAttributes(List<String> attributes) |
List<String> |
getAttributes()
List of
String attributes. |
String |
getWidth() |
boolean |
hasAttribute(String attr) |
void |
removeAllAttributes() |
boolean |
removeAttribute(String attr) |
void |
setWidth(String x) |
public ColumnLocation()
public ColumnLocation(String width)
public ColumnLocation(ColumnLocation column)
public String getWidth()
public void setWidth(String x)
public boolean hasAttribute(String attr)
public void addAttribute(String attr)
public boolean removeAttribute(String attr)
public void removeAllAttributes()