CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto.base
Enum LicenseKind

java.lang.Object
  extended by java.lang.Enum<LicenseKind>
      extended by com.intland.codebeamer.persistence.dto.base.LicenseKind
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LicenseKind>

public enum LicenseKind
extends java.lang.Enum<LicenseKind>


Enum Constant Summary
FLOATING
          The floating license kind
NAMED
          The named license kind
 
Method Summary
 LicenseKind other()
          Get the other license kind to the this kind
 java.lang.String toString()
           
static LicenseKind valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LicenseKind[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NAMED

public static final LicenseKind NAMED
The named license kind


FLOATING

public static final LicenseKind FLOATING
The floating license kind

Method Detail

values

public static final LicenseKind[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(LicenseKind c : LicenseKind.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static LicenseKind valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<LicenseKind>

other

public LicenseKind other()
Get the other license kind to the this kind


CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.