public interface ICavityData
Modifier and Type | Method and Description |
---|---|
IEData |
get(IECavityElement view_)
Returns the data element corresponding to the input argument.
|
java.util.Collection<IEData> |
getAllElements()
Returns all set IEData elements as a collection.
|
void |
put(IECavityElement view_,
IEData data_)
This will set the unique cavity view element with the data element.
|
void |
validateElements()
This will validate the map.
|
void put(IECavityElement view_, IEData data_)
null
then a NullPointerException
is
thrown.view_
- Is the cavity view element which can be its GENERAL,
ELEMENT, or SWITCH view enumeration class with the
corresponding enumeration.data_
- Is the data element.java.util.Collection<IEData> getAllElements()
IEData get(IECavityElement view_)
view_
- Is the viewable cavity element.void validateElements()
null
.true
then it will leave
without any exception. Otherwise an IllegalArgumentException
is
thrown with a list of all elements which should be set in the correct
way.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft