Style Intelligence v12.0

inetsoft.sree.soap
Class EntryType

java.lang.Object
  extended by java.lang.Enum
      extended by inetsoft.sree.soap.EntryType
All Implemented Interfaces:
Serializable, Comparable

public final class EntryType
extends Enum

Enumeration of the available types of repository entries.

See Also:
Serialized Form

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

FOLDER

public static final EntryType FOLDER
Selects folders.


REPLET

public static final EntryType REPLET
Selects replets.


ARCHIVE

public static final EntryType ARCHIVE
Selects archived reports.


COMPOSITE_ARCHIVE

public static final EntryType COMPOSITE_ARCHIVE
Selects composite archived reports.


TRASHCAN

public static final EntryType TRASHCAN
Selects deleted folders or archives.


FILE

public static final EntryType FILE
Selects report files.


VIEWSHEET

public static final EntryType VIEWSHEET
Selects viewsheets.


ALL

public static final EntryType ALL
Selects all types of entries.

Method Detail

values

public static EntryType[] values()

valueOf

public static EntryType valueOf(String name)

getEntryConstant

public final int getEntryConstant()
Gets the constant in RepositoryEntry that corresponds to the type.

Returns:
the entry constant.

valueOf

public static EntryType valueOf(int entryConstant)
Gets the type that corresponds to the specified constant from RepositoryEntry.

Parameters:
entryConstant - the entry constant.
Returns:
the type.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.