Interface DataValue
-
- All Known Subinterfaces:
MultiturnDataValue
- All Known Implementing Classes:
AbstractDataValue,CorrectorValue,MonitorValue,MultiturnDataValueImpl
public interface DataValuethis interface represents a object, which is a datavalue, which is read e.g. from a file. In general it represents one line in a datafile. It can correspond e.g. to values for monitors or correctors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeamNumbergetBeam()java.lang.StringgetKey()This method returns a key for this data value.java.lang.StringgetName()PlanegetPlane()StatusgetStatus()
-
-
-
Method Detail
-
getKey
java.lang.String getKey()
This method returns a key for this data value. It should be created usingElementKeyUtil.- Returns:
- a unique key for this data-value.
-
getPlane
Plane getPlane()
- Returns:
- the plane for this data value
-
getName
java.lang.String getName()
- Returns:
- the name of the element of this dataValue
-
getBeam
BeamNumber getBeam()
- Returns:
- the beam-number this value belongs to
-
getStatus
Status getStatus()
- Returns:
- the status of the element
-
-