|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.ParagraphElementKind
public final class ParagraphElementKind
This class is used to specify paragraph element kind.
Field Summary | |
---|---|
static int |
_field
Field element. |
static int |
_invalid
Invalid element. |
static int |
_tab
Tab element. |
static int |
_text
Text element. |
static ParagraphElementKind |
field
A ParagraphElementKind that specifies a field element. |
static ParagraphElementKind |
invalid
A ParagraphElementKind that specifies an invalid element. |
static ParagraphElementKind |
tab
A ParagraphElementKind that specifies a tab element. |
static ParagraphElementKind |
text
A ParagraphElementKind that specifies a text element. |
Method Summary | |
---|---|
static ParagraphElementKind |
from_int(int i)
Returns the ParagraphElementKind object corresponding to the specified value. |
static ParagraphElementKind |
from_string(java.lang.String sVal)
Returns the ParagraphElementKind object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this ParagraphElementKind object. |
int |
value()
Returns the int value of this ParagraphElementKind object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _invalid
Invalid element.
public static final int _field
Field element.
public static final int _text
Text element.
public static final int _tab
Tab element.
public static final ParagraphElementKind invalid
A ParagraphElementKind
that specifies an invalid element.
public static final ParagraphElementKind field
A ParagraphElementKind
that specifies a field element.
public static final ParagraphElementKind text
A ParagraphElementKind
that specifies a text element.
public static final ParagraphElementKind tab
A ParagraphElementKind
that specifies a tab element.
Method Detail |
---|
public static final ParagraphElementKind from_int(int i)
Returns the ParagraphElementKind
object corresponding to the specified value.
i
- The int
value of the desired ParagraphElementKind
object.
ParagraphElementKind
object corresponding to the specified value.public static final ParagraphElementKind from_string(java.lang.String sVal)
Returns the ParagraphElementKind
object corresponding to the specified type.
sVal
- The String
value of the desired ParagraphElementKind
object.
ParagraphElementKind
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this ParagraphElementKind
object.
toString
in class java.lang.Object
String
value of this ParagraphElementKind
object.public int value()
Returns the int
value of this ParagraphElementKind
object.
int
value of this ParagraphElementKind
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |