Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.webchat
Class License.LicenseType

java.lang.Object
  extended by com.jivesoftware.webchat.License.LicenseType
Enclosing class:
License

public static final class License.LicenseType
extends java.lang.Object

A typesafe enum class for license types.


Field Summary
static License.LicenseType COMMERCIAL
          Type representing a commercial license.
static License.LicenseType DEVELOPER
          Type representing an evaluation license.
static License.LicenseType EVALUATION
          Type representing an evaluation license.
static License.LicenseType NON_COMMERCIAL
          Type representing a non-commercial license.
static License.LicenseType WORKGROUP
          Type representing a free workgroup license.
 
Method Summary
static License.LicenseType fromString(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NON_COMMERCIAL

public static final License.LicenseType NON_COMMERCIAL
Type representing a non-commercial license.


COMMERCIAL

public static final License.LicenseType COMMERCIAL
Type representing a commercial license.


EVALUATION

public static final License.LicenseType EVALUATION
Type representing an evaluation license.


DEVELOPER

public static final License.LicenseType DEVELOPER
Type representing an evaluation license.


WORKGROUP

public static final License.LicenseType WORKGROUP
Type representing a free workgroup license.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

fromString

public static License.LicenseType fromString(java.lang.String type)

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.