public final class CavityHolder
extends java.lang.Object
This holds all relevant data values for a cavity panel. Each can be get by
the method of get(EPanel):ICavityData
. On those you can add new
elements to it with the method of ICavityData.put(IECavityElement, IEData)
or get an element by ICavityData.get(IECavityElement)
.
Constructor and Description |
---|
CavityHolder()
Deprecated.
|
CavityHolder(java.lang.String cavityName)
Constructs a new instance of the type
CavityHolder . |
Modifier and Type | Method and Description |
---|---|
ICavityData |
get(IEViewGeneric cavity_)
Returns the corresponding cavity enumeration as a
ICavityData . |
java.lang.String |
getCavityName() |
java.lang.String |
toString() |
public CavityHolder(java.lang.String cavityName)
CavityHolder
.cavityName
- Cavity name.@Deprecated public CavityHolder()
CavityHolder
.public java.lang.String getCavityName()
public java.lang.String toString()
toString
in class java.lang.Object
public ICavityData get(IEViewGeneric cavity_) throws EnumerationException
ICavityData
.cavity_
- The viewable enumeration interface.ICavityData
.EnumerationException
- If the enumeration exists but has no
element in this class then a EnumerationException
is thrown.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft