|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataEntry | |
---|---|
cern.cmw | Provides common classes that are used by different CMW packages. |
cern.cmw.rda.corba |
Uses of DataEntry in cern.cmw |
---|
Methods in cern.cmw that return DataEntry | |
---|---|
DataEntry |
DataEntry.copy()
Creates and returns a copy of this DataEntry. |
DataEntry |
Data.get(String tag)
Returns an entry with the specified tag or null if there is
no such entry in this Data. |
Methods in cern.cmw with parameters of type DataEntry | |
---|---|
void |
Data.add(String tag,
DataEntry entry)
Adds a DataEntry with the specified tag to contents of this Data object. |
boolean |
DataEntry.equals(DataEntry entry)
Returns true if this DataEntry has the same contents
(same data type and same value) as the specified entry; false
otherwise. |
Uses of DataEntry in cern.cmw.rda.corba |
---|
Methods in cern.cmw.rda.corba that return DataEntry | |
---|---|
static DataEntry |
Converter.fromAny(cern.cmw.corba.cmw._ValueHolder any)
|
Methods in cern.cmw.rda.corba with parameters of type DataEntry | |
---|---|
static cern.cmw.corba.cmw._ValueHolder |
Converter.toAny(DataEntry entry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |