Style Intelligence v12.0

inetsoft.sree.soap
Class RepletType

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

public final class RepletType
extends Enum

Enumeration of the types of replets that may be executed.

Since:
10.2
See Also:
Serialized Form

Field Summary
static RepletType REPLET
          A standard replet.
 
Method Summary
 int getRepositoryConstant()
          Gets the repository constant that corresponds to this type.
static RepletType valueOf(int repositoryConstant)
          Gets the type for the specified repository constant.
static RepletType valueOf(String name)
           
static RepletType[] 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

REPLET

public static final RepletType REPLET
A standard replet.

Method Detail

values

public static RepletType[] values()

valueOf

public static RepletType valueOf(String name)

getRepositoryConstant

public final int getRepositoryConstant()
Gets the repository constant that corresponds to this type.

Returns:
the repository constant.

valueOf

public static RepletType valueOf(int repositoryConstant)
Gets the type for the specified repository constant.

Parameters:
repositoryConstant - the repository constant.
Returns:
the replet type.

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