livespace.services.common
Class MetaAppsConstants

java.lang.Object
  extended by livespace.services.common.MetaAppsConstants

public final class MetaAppsConstants
extends Object

Constants used and shared by meta-app services and clients within the livespace

Author:
karu

Field Summary
static String ACTION_PROPERTY
          Action property
static String ARGS
          Space delimitered argument list
static String BUSY
          Opening state
static String CLOSE
          Close action
static String CURRENT_DOCUMENT_PROPERTY
          Current document property for a computer
static String DEFAULT_INPUT_COMMAND
           
static String DEFAULT_INPUT_TEXT
          Default value for text field
static String DEFAULT_INPUT_URL
          Default value for URL field
static String DEFAULT_VALUE
          Default value
static String FAST_FORWARD
          Fast forward action
static String FETCH
          fetch action
static String FINISHED
          Indicates that the playing of meta-application has finished
static String IDLE
          Idle state
static String INDEX
          Index meta-app action
static String INIT
          init action, setup before playing
static String NEXT
          Next action
static String NO_ACTION
          No action action
static String OPENED
          Opened state
static String PAUSE
          Pause action
static String PAUSED
          Paused state
static String PLAY
          Play action
static String PLAYING
          Playing state
static String POWER_ON_PROPERTY
          Power on property for a device
static String PRIORITY_PROPERTY
          Priority property
static String REFRESH
          Refresh action
static String RESUME
          Resume action
static String START
          Start action
static String STATE_PROPERTY
          State property
static String STOP
          Stop action
static String TEXT_TO_SPEECH_PROPERTY
          Text to speech property
 
Constructor Summary
MetaAppsConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_INPUT_URL

public static final String DEFAULT_INPUT_URL
Default value for URL field

See Also:
Constant Field Values

DEFAULT_INPUT_TEXT

public static final String DEFAULT_INPUT_TEXT
Default value for text field

See Also:
Constant Field Values

DEFAULT_INPUT_COMMAND

public static final String DEFAULT_INPUT_COMMAND
See Also:
Constant Field Values

DEFAULT_VALUE

public static final String DEFAULT_VALUE
Default value

See Also:
Constant Field Values

STATE_PROPERTY

public static final String STATE_PROPERTY
State property

See Also:
Constant Field Values

IDLE

public static final String IDLE
Idle state

See Also:
Constant Field Values

PLAYING

public static final String PLAYING
Playing state

See Also:
Constant Field Values

BUSY

public static final String BUSY
Opening state

See Also:
Constant Field Values

OPENED

public static final String OPENED
Opened state

See Also:
Constant Field Values

PAUSED

public static final String PAUSED
Paused state

See Also:
Constant Field Values

FINISHED

public static final String FINISHED
Indicates that the playing of meta-application has finished

See Also:
Constant Field Values

TEXT_TO_SPEECH_PROPERTY

public static final String TEXT_TO_SPEECH_PROPERTY
Text to speech property

See Also:
Constant Field Values

PRIORITY_PROPERTY

public static final String PRIORITY_PROPERTY
Priority property

See Also:
Constant Field Values

ACTION_PROPERTY

public static final String ACTION_PROPERTY
Action property

See Also:
Constant Field Values

NO_ACTION

public static final String NO_ACTION
No action action

See Also:
Constant Field Values

ARGS

public static final String ARGS
Space delimitered argument list

See Also:
Constant Field Values

NEXT

public static final String NEXT
Next action

See Also:
Constant Field Values

CLOSE

public static final String CLOSE
Close action

See Also:
Constant Field Values

INIT

public static final String INIT
init action, setup before playing

See Also:
Constant Field Values

FETCH

public static final String FETCH
fetch action

See Also:
Constant Field Values

START

public static final String START
Start action

See Also:
Constant Field Values

STOP

public static final String STOP
Stop action

See Also:
Constant Field Values

PLAY

public static final String PLAY
Play action

See Also:
Constant Field Values

FAST_FORWARD

public static final String FAST_FORWARD
Fast forward action

See Also:
Constant Field Values

REFRESH

public static final String REFRESH
Refresh action

See Also:
Constant Field Values

PAUSE

public static final String PAUSE
Pause action

See Also:
Constant Field Values

RESUME

public static final String RESUME
Resume action

See Also:
Constant Field Values

INDEX

public static final String INDEX
Index meta-app action

See Also:
Constant Field Values

CURRENT_DOCUMENT_PROPERTY

public static final String CURRENT_DOCUMENT_PROPERTY
Current document property for a computer

See Also:
Constant Field Values

POWER_ON_PROPERTY

public static final String POWER_ON_PROPERTY
Power on property for a device

See Also:
Constant Field Values
Constructor Detail

MetaAppsConstants

public MetaAppsConstants()


Copyright © 2008 Commonwealth of Australia