public enum StiCheckObjectType extends java.lang.Enum<StiCheckObjectType>
| Enum Constant and Description |
|---|
Component |
Database |
DataColumn |
DataRelation |
DataSource |
Page |
Report |
Variable |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
static StiCheckObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiCheckObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiCheckObjectType Report
public static final StiCheckObjectType Page
public static final StiCheckObjectType Component
public static final StiCheckObjectType Database
public static final StiCheckObjectType DataSource
public static final StiCheckObjectType DataRelation
public static final StiCheckObjectType DataColumn
public static final StiCheckObjectType Variable
public static StiCheckObjectType[] values()
for (StiCheckObjectType c : StiCheckObjectType.values()) System.out.println(c);
public static StiCheckObjectType 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 getIntValue()
Copyright © 2019 Stimulsoft. All Rights Reserved.