|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.PadJustificationEnum
public final class PadJustificationEnum
An enumeration of the valid pad justifications.
A pad justification defines where padding is placed in relation to the data.
Field Summary | |
---|---|
static PadJustificationEnum |
LEFT
Specifies padding should be placed to the right of the data. |
static PadJustificationEnum |
RIGHT
Specified padding should be placed to the left of the data. |
Method Summary | |
---|---|
static PadJustificationEnum[] |
getEnumArray()
Returns an array containing the members of this enumeration. |
static PadJustificationEnum |
getEnumValue(String name)
Returns the enumeration value called name . |
String |
getName()
Returns the name. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PadJustificationEnum LEFT
public static final PadJustificationEnum RIGHT
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static PadJustificationEnum[] getEnumArray()
public static PadJustificationEnum getEnumValue(String name)
name
.
name
- The name of the enumeration value to return.
null
if none was found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |