lumis.portal.channel
Enum ChannelType

Package class diagram package ChannelType
java.lang.Object
  extended by java.lang.Enum<ChannelType>
      extended by lumis.portal.channel.ChannelType
All Implemented Interfaces:
Serializable, Comparable<ChannelType>

public enum ChannelType
extends Enum<ChannelType>


Enum Constant Summary
Channel
           
Portal
           
 
Method Summary
static ChannelType getFor(int value)
           
 int getInt()
           
static ChannelType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChannelType[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Channel

public static final ChannelType Channel

Portal

public static final ChannelType Portal
Method Detail

values

public static final ChannelType[] 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(ChannelType c : ChannelType.values())
        System.out.println(c);

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

valueOf

public static ChannelType valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name

getInt

public int getInt()

getFor

public static ChannelType getFor(int value)
                          throws EnumException
Throws:
EnumException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.