SL-GMS Enterprise RTView Customization

com.sl.gmsjrtviewds
Class GmsRtViewDs.UpdateMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.sl.gmsjrtviewds.GmsRtViewDs.UpdateMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
GmsRtViewDs

public static final class GmsRtViewDs.UpdateMode
extends java.lang.Enum

Update mode used to update polled data

See Also:
Serialized Form

Field Summary
static GmsRtViewDs.UpdateMode DATA_ATTACHMENT_PERIOD
          Update data periodically using the update period defined in the Attach To Data Dialog.
static GmsRtViewDs.UpdateMode DS_OPTION_PERIOD
          Update data periodically using the update period defined in the DS Specific (Tab) Application Options update period.
static GmsRtViewDs.UpdateMode ON_DEMAND_UPDATE
          Update data on demand each time a display using the data attachment is loaded, or a substitution string changes.
static GmsRtViewDs.UpdateMode STATIC_UPDATE_ONCE
          Update data (once) statically.
 
Method Summary
static GmsRtViewDs.UpdateMode fromIntValue(int intValue)
           
static GmsRtViewDs.UpdateMode fromStringIntValue(java.lang.String value)
           
 java.lang.String getDefaultComboLabel()
           
 int getIntValue()
          Get the int value for this update mode
 java.lang.String getStringIntValue()
           
static GmsRtViewDs.UpdateMode valueOf(java.lang.String name)
           
static GmsRtViewDs.UpdateMode[] values()
           
 
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
 

Field Detail

DATA_ATTACHMENT_PERIOD

public static final GmsRtViewDs.UpdateMode DATA_ATTACHMENT_PERIOD
Update data periodically using the update period defined in the Attach To Data Dialog.


DS_OPTION_PERIOD

public static final GmsRtViewDs.UpdateMode DS_OPTION_PERIOD
Update data periodically using the update period defined in the DS Specific (Tab) Application Options update period. When this mode is used, if the update period in the DS Specific Application Options is zero, the update period defined in the General Application Options is used instead.


ON_DEMAND_UPDATE

public static final GmsRtViewDs.UpdateMode ON_DEMAND_UPDATE
Update data on demand each time a display using the data attachment is loaded, or a substitution string changes.


STATIC_UPDATE_ONCE

public static final GmsRtViewDs.UpdateMode STATIC_UPDATE_ONCE
Update data (once) statically.

Method Detail

fromIntValue

public static GmsRtViewDs.UpdateMode fromIntValue(int intValue)

fromStringIntValue

public static GmsRtViewDs.UpdateMode fromStringIntValue(java.lang.String value)

getDefaultComboLabel

public java.lang.String getDefaultComboLabel()

getIntValue

public int getIntValue()
Get the int value for this update mode

Returns:
int value for this update mode.

getStringIntValue

public java.lang.String getStringIntValue()

valueOf

public static GmsRtViewDs.UpdateMode valueOf(java.lang.String name)

values

public static final GmsRtViewDs.UpdateMode[] values()

SL-GMS Enterprise RTView Customization

Copyright 2009 Sherrill-Lubinski Corporation, 240 Tamal Vista Blvd
Corte Madera, CA 94925, U.S.A. All Rights Reserved