public enum StiDataType extends java.lang.Enum<StiDataType>
| Enum Constant and Description |
|---|
BusinessObject |
Database |
DataColumn |
DataRelation |
DataSource |
Total |
Variable |
| Modifier and Type | Method and Description |
|---|---|
static StiDataType |
forValue(int value) |
int |
getValue() |
static StiDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiDataType DataSource
public static final StiDataType DataRelation
public static final StiDataType BusinessObject
public static final StiDataType DataColumn
public static final StiDataType Database
public static final StiDataType Variable
public static final StiDataType Total
public static StiDataType[] values()
for (StiDataType c : StiDataType.values()) System.out.println(c);
public static StiDataType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static StiDataType forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.