inetsoft.sree.soap
Class RepletType
java.lang.Object
java.lang.Enum
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
REPLET
public static final RepletType REPLET
- A standard replet.
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.