org.cogchar.bind.rk.behavior
Enum ChannelBindingConfig.ChannelType

java.lang.Object
  extended by java.lang.Enum<ChannelBindingConfig.ChannelType>
      extended by org.cogchar.bind.rk.behavior.ChannelBindingConfig.ChannelType
All Implemented Interfaces:
Serializable, Comparable<ChannelBindingConfig.ChannelType>
Enclosing class:
ChannelBindingConfig

public static enum ChannelBindingConfig.ChannelType
extends Enum<ChannelBindingConfig.ChannelType>


Enum Constant Summary
ANIMATION_CACHE
           
ANIMATION_PLAYER
           
GRAPH_PRIMARY
           
GRAPH_SECONDARY
           
SPEECH_BLOCK_OUT
           
WEB_ACTION_IN
           
WEB_PAGE_OUT
           
WEB_VIDEO_OUT
           
 
Method Summary
static ChannelBindingConfig.ChannelType getByTypeID(org.appdapter.core.name.Ident channelTypeURI)
           
static ChannelBindingConfig.ChannelType getByURI(String channelTypeURI)
           
 Class getServiceClass()
           
 org.appdapter.core.name.Ident getTypeID()
           
 String getURI()
           
static ChannelBindingConfig.ChannelType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChannelBindingConfig.ChannelType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SPEECH_BLOCK_OUT

public static final ChannelBindingConfig.ChannelType SPEECH_BLOCK_OUT

ANIMATION_PLAYER

public static final ChannelBindingConfig.ChannelType ANIMATION_PLAYER

ANIMATION_CACHE

public static final ChannelBindingConfig.ChannelType ANIMATION_CACHE

WEB_PAGE_OUT

public static final ChannelBindingConfig.ChannelType WEB_PAGE_OUT

WEB_VIDEO_OUT

public static final ChannelBindingConfig.ChannelType WEB_VIDEO_OUT

WEB_ACTION_IN

public static final ChannelBindingConfig.ChannelType WEB_ACTION_IN

GRAPH_PRIMARY

public static final ChannelBindingConfig.ChannelType GRAPH_PRIMARY

GRAPH_SECONDARY

public static final ChannelBindingConfig.ChannelType GRAPH_SECONDARY
Method Detail

values

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

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

valueOf

public static ChannelBindingConfig.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
NullPointerException - if the argument is null

getTypeID

public org.appdapter.core.name.Ident getTypeID()

getURI

public String getURI()

getServiceClass

public Class getServiceClass()

getByTypeID

public static ChannelBindingConfig.ChannelType getByTypeID(org.appdapter.core.name.Ident channelTypeURI)

getByURI

public static ChannelBindingConfig.ChannelType getByURI(String channelTypeURI)


Copyright © 2010-2014. All Rights Reserved.