|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
inetsoft.sree.soap.EntryType
public final class EntryType
Enumeration of the available types of repository entries.
| Field Summary | |
|---|---|
static EntryType |
ALL
Selects all types of entries. |
static EntryType |
ARCHIVE
Selects archived reports. |
static EntryType |
COMPOSITE_ARCHIVE
Selects composite archived reports. |
static EntryType |
FILE
Selects report files. |
static EntryType |
FOLDER
Selects folders. |
static EntryType |
REPLET
Selects replets. |
static EntryType |
TRASHCAN
Selects deleted folders or archives. |
static EntryType |
VIEWSHEET
Selects viewsheets. |
| Method Summary | |
|---|---|
int |
getEntryConstant()
Gets the constant in RepositoryEntry that corresponds to the type. |
static EntryType |
valueOf(int entryConstant)
Gets the type that corresponds to the specified constant from RepositoryEntry. |
static EntryType |
valueOf(String name)
|
static EntryType[] |
values()
|
| 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 |
| Field Detail |
|---|
public static final EntryType FOLDER
public static final EntryType REPLET
public static final EntryType ARCHIVE
public static final EntryType COMPOSITE_ARCHIVE
public static final EntryType TRASHCAN
public static final EntryType FILE
public static final EntryType VIEWSHEET
public static final EntryType ALL
| Method Detail |
|---|
public static EntryType[] values()
public static EntryType valueOf(String name)
public final int getEntryConstant()
public static EntryType valueOf(int entryConstant)
entryConstant - the entry constant.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||