com.crystaldecisions.sdk.occa.report.definition
Class ParagraphElementKind

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.definition.ParagraphElementKind

public final class ParagraphElementKind
extends java.lang.Object

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

_invalid

public static final int _invalid

Invalid element.

See Also:
Constant Field Values

_field

public static final int _field

Field element.

See Also:
Constant Field Values

_text

public static final int _text

Text element.

See Also:
Constant Field Values

_tab

public static final int _tab

Tab element.

See Also:
Constant Field Values

invalid

public static final ParagraphElementKind invalid

A ParagraphElementKind that specifies an invalid element.


field

public static final ParagraphElementKind field

A ParagraphElementKind that specifies a field element.


text

public static final ParagraphElementKind text

A ParagraphElementKind that specifies a text element.


tab

public static final ParagraphElementKind tab

A ParagraphElementKind that specifies a tab element.

Method Detail

from_int

public static final ParagraphElementKind from_int(int i)

Returns the ParagraphElementKind object corresponding to the specified value.

Parameters:
i - The int value of the desired ParagraphElementKind object.
Returns:
The ParagraphElementKind object corresponding to the specified value.

from_string

public static final ParagraphElementKind from_string(java.lang.String sVal)

Returns the ParagraphElementKind object corresponding to the specified type.

Parameters:
sVal - The String value of the desired ParagraphElementKind object.
Returns:
The ParagraphElementKind object corresponding to the specified type.

toString

public java.lang.String toString()

Returns the String value of this ParagraphElementKind object.

Overrides:
toString in class java.lang.Object
Returns:
The String value of this ParagraphElementKind object.

value

public int value()

Returns the int value of this ParagraphElementKind object.

Returns:
The int value of this ParagraphElementKind object.