public final enum

LicenseType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.clarizen.api.LicenseType

Class Overview

Java class for LicenseType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="LicenseType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Full"/>
     <enumeration value="Limited"/>
     <enumeration value="Email"/>
     <enumeration value="None"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
LicenseType  EMAIL   
LicenseType  FULL   
LicenseType  LIMITED   
LicenseType  NONE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static LicenseType fromValue(String v)
String value()
static LicenseType valueOf(String name)
final static LicenseType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LicenseType EMAIL

public static final LicenseType FULL

public static final LicenseType LIMITED

public static final LicenseType NONE

Fields

private final String value

Public Methods

public static LicenseType fromValue (String v)

Parameters
v

public String value ()

public static LicenseType valueOf (String name)

Parameters
name

public static final LicenseType[] values ()