com.stimulsoft.report.engine.parser.enums
Enum StiParserDataType

java.lang.Object
  extended by java.lang.Enum<StiParserDataType>
      extended by com.stimulsoft.report.engine.parser.enums.StiParserDataType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiParserDataType>

public enum StiParserDataType
extends java.lang.Enum<StiParserDataType>

Copyright Stimulsoft


Enum Constant Summary
BasedType
           
Bool
           
Byte
           
Char
           
DateTime
           
Decimal
           
Double
           
FixedType
           
Float
           
Image
           
Int
           
Int16
           
Int32
           
Int64
           
Long
           
None
           
Nullable
           
Object
           
SByte
           
Short
           
StiDataSource
           
String
           
TimeSpan
           
UInt
           
UInt16
           
UInt32
           
UInt64
           
ULong
           
UShort
           
zDecimal
           
zDouble
           
zFloat
           
 
Method Summary
static StiParserDataType forValue(int value)
           
static StiParserDataType forValue(java.lang.String name)
           
 int getValue()
           
static StiParserDataType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiParserDataType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

None

public static final StiParserDataType None

Object

public static final StiParserDataType Object

zFloat

public static final StiParserDataType zFloat

zDouble

public static final StiParserDataType zDouble

zDecimal

public static final StiParserDataType zDecimal

Byte

public static final StiParserDataType Byte

SByte

public static final StiParserDataType SByte

Int16

public static final StiParserDataType Int16

UInt16

public static final StiParserDataType UInt16

Int32

public static final StiParserDataType Int32

UInt32

public static final StiParserDataType UInt32

Int64

public static final StiParserDataType Int64

UInt64

public static final StiParserDataType UInt64

Bool

public static final StiParserDataType Bool

Char

public static final StiParserDataType Char

String

public static final StiParserDataType String

DateTime

public static final StiParserDataType DateTime

TimeSpan

public static final StiParserDataType TimeSpan

Image

public static final StiParserDataType Image

StiDataSource

public static final StiParserDataType StiDataSource

Short

public static final StiParserDataType Short

UShort

public static final StiParserDataType UShort

Int

public static final StiParserDataType Int

UInt

public static final StiParserDataType UInt

Long

public static final StiParserDataType Long

ULong

public static final StiParserDataType ULong

Float

public static final StiParserDataType Float

Double

public static final StiParserDataType Double

Decimal

public static final StiParserDataType Decimal

BasedType

public static final StiParserDataType BasedType

FixedType

public static final StiParserDataType FixedType

Nullable

public static final StiParserDataType Nullable
Method Detail

values

public static StiParserDataType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StiParserDataType c : StiParserDataType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiParserDataType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getValue

public int getValue()

forValue

public static StiParserDataType forValue(int value)

forValue

public static StiParserDataType forValue(java.lang.String name)


Copyright © 2018 Stimulsoft. All Rights Reserved.