Package xal.extension.jels.smf.attr
Class RfqDummyBucket
java.lang.Object
xal.smf.attr.AttributeBucket
xal.extension.jels.smf.attr.RfqDummyBucket
- All Implemented Interfaces:
Serializable
,DataListener
A set of dummy RFQ attributes.
- Author:
- Juan F. Esteban Müller <JuanF.EstebanMuller@esss.se>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class xal.smf.attr.AttributeBucket
AttributeBucket.MissingAttributeException
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
double
double
double
double
double
double
double
getType()
Derived class must furnish a unique type idvoid
setAttC11
(double attC11) void
setAttC12
(double attC12) void
setAttC22
(double attC22) void
setAttC33
(double attC33) void
setAttC34
(double attC34) void
setAttC44
(double attC44) void
setAttC55
(double attC55) void
setAttC56
(double attC56) void
setAttC66
(double attC66) void
setAttEnergy
(double attEnergy) Methods inherited from class xal.smf.attr.AttributeBucket
checkAttribute, dataLabel, getAttr, getAttrDescription, getAttrNames, parseAttrValue, registerAttribute, registerAttribute, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, update, write
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
RfqDummyBucket
public RfqDummyBucket()
-
-
Method Details
-
getType
Description copied from class:AttributeBucket
Derived class must furnish a unique type id- Specified by:
getType
in classAttributeBucket
- Returns:
- Override virtual to provide type signature
-
getAttC11
public double getAttC11() -
setAttC11
public void setAttC11(double attC11) -
getAttC12
public double getAttC12() -
setAttC12
public void setAttC12(double attC12) -
getAttC22
public double getAttC22() -
setAttC22
public void setAttC22(double attC22) -
getAttC33
public double getAttC33() -
setAttC33
public void setAttC33(double attC33) -
getAttC34
public double getAttC34() -
setAttC34
public void setAttC34(double attC34) -
getAttC44
public double getAttC44() -
setAttC44
public void setAttC44(double attC44) -
getAttC55
public double getAttC55() -
setAttC55
public void setAttC55(double attC55) -
getAttC56
public double getAttC56() -
setAttC56
public void setAttC56(double attC56) -
getAttC66
public double getAttC66() -
setAttC66
public void setAttC66(double attC66) -
getAttEnergy
public double getAttEnergy() -
setAttEnergy
public void setAttEnergy(double attEnergy)
-