public class UnusedPropertiesVertical extends AbstractPivotObject
unusedPropertiesVertical property.
Controls whether or not unused attributes are shown vertically
instead of the default which is horizontally. true means
always vertical, false means always horizontal. If set to
a number (as is the default) then if the attributes' names' combined
length in characters exceeds the number then the attributes will be shown vertically.
| Constructor and Description |
|---|
UnusedPropertiesVertical(java.lang.Boolean boolVal) |
UnusedPropertiesVertical(java.lang.Integer intVal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getBoolVal() |
java.lang.Integer |
getIntVal() |
int |
hashCode() |
java.lang.String |
toString() |
static UnusedPropertiesVertical |
valueOf(boolean value) |
static UnusedPropertiesVertical |
valueOf(int value) |
static UnusedPropertiesVertical |
valueOf(java.lang.String value) |
public UnusedPropertiesVertical(java.lang.Integer intVal)
public UnusedPropertiesVertical(java.lang.Boolean boolVal)
public java.lang.Integer getIntVal()
public java.lang.Boolean getBoolVal()
true means always vertical, false means always horizontalpublic static UnusedPropertiesVertical valueOf(java.lang.String value)
public static UnusedPropertiesVertical valueOf(int value)
public static UnusedPropertiesVertical valueOf(boolean value)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object