cern.cmw
Interface DataTags


public interface DataTags

An interface defining the tags which are used in Data containers to identify the nature of the information stored. It contains no method definitions, only tags.

Version:
0.93 14-Mar-01
Author:
Vito Baggiolini -- mailto:cmw.support@cern.ch

Field Summary
static String CYCLESEL
          the tag used to identify a cycleselector in the Data objects.
static String DEFAULT
          the tag used to identify a value in the Data objects
static String FILTER
          the tag used to identify a remotefilter in the Data objects.
static String TIMESTAMP
          the tag used to identify a timestamp in the Data objects.
static String VALUE
          the tag used to identify a value in the Data objects
 

Field Detail

DEFAULT

static final String DEFAULT
the tag used to identify a value in the Data objects

See Also:
Constant Field Values

VALUE

static final String VALUE
the tag used to identify a value in the Data objects

See Also:
Constant Field Values

TIMESTAMP

static final String TIMESTAMP
the tag used to identify a timestamp in the Data objects. CMW timestamps are measured in milliseconds since 1-Jan-1970

See Also:
Constant Field Values

CYCLESEL

static final String CYCLESEL
the tag used to identify a cycleselector in the Data objects.

See Also:
Constant Field Values

FILTER

static final String FILTER
the tag used to identify a remotefilter in the Data objects.

See Also:
Constant Field Values


Copyright © 2007 CERN. All Rights Reserved.