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 TypeMethodDescriptiondoubledoubledoubledoubledoubledoubledoubledoubledoubledoublegetType()Derived class must furnish a unique type idvoidsetAttC11(double attC11) voidsetAttC12(double attC12) voidsetAttC22(double attC22) voidsetAttC33(double attC33) voidsetAttC34(double attC34) voidsetAttC44(double attC44) voidsetAttC55(double attC55) voidsetAttC56(double attC56) voidsetAttC66(double attC66) voidsetAttEnergy(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:AttributeBucketDerived class must furnish a unique type id- Specified by:
getTypein 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)
-