|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.rebean.wi.VAlignmentType
public final class VAlignmentType
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
VAlignmentType
class represents all possible vertical alignment types.
Alignment
,
Serialized FormField Summary | |
---|---|
static int |
_BOTTOM
int value of BOTTOM.value() |
static int |
_CENTER
int value of CENTER.value() |
static int |
_TOP
int value of TOP.value() |
static VAlignmentType |
BOTTOM
Represents alignment at the bottom. |
static VAlignmentType |
CENTER
Represents alignment at the vertical center. |
static VAlignmentType |
TOP
Represents alignment at the top. |
Method Summary | |
---|---|
static VAlignmentType |
fromInt(int value)
Returns a VAlignmentType instance corresponding to value , or
null when value does not correspond to any
VAlignmentType |
java.lang.String |
toString()
Returns a String representation of this vertical alignment type (for debug purposes) |
int |
value()
Returns the int value of this vertical alignment type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _TOP
int
value of TOP.value()
public static final int _CENTER
int
value of CENTER.value()
public static final int _BOTTOM
int
value of BOTTOM.value()
public static final VAlignmentType TOP
public static final VAlignmentType CENTER
public static final VAlignmentType BOTTOM
Method Detail |
---|
public int value()
int
value of this vertical alignment type
int
value of this vertical alignment typepublic java.lang.String toString()
String
representation of this vertical alignment type (for debug purposes)
toString
in class java.lang.Object
String
representation of this vertical alignment type (for debug purposes)public static VAlignmentType fromInt(int value)
VAlignmentType
instance corresponding to value
, or
null
when value
does not correspond to any
VAlignmentType
VAlignmentType
instance corresponding to value
, or
null
when value
does not correspond to any
VAlignmentType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |