Package xal.extension.jels.smf.attr
Class FieldMapBucket
java.lang.Object
xal.smf.attr.AttributeBucket
xal.extension.jels.smf.attr.FieldMapBucket
- All Implemented Interfaces:
Serializable,DataListener
A set of FieldMap attributes. Valid for any type of field map. Specific
parameters must go in a separate attribute bucket.
- 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 TypeMethodDescriptionintbooleanintgetType()Derived class must furnish a unique type idvoidsetDimensions(int intVal) voidsetDynamic(boolean bolVal) voidsetFieldMapFile(String strVal) voidvoidsetNumberOfPoints(int intVal) 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
-
FieldMapBucket
public FieldMapBucket()
-
-
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
-
getFieldMapFile
-
setFieldMapFile
-
getDynamic
public boolean getDynamic() -
setDynamic
public void setDynamic(boolean bolVal) -
getFieldType
-
setFieldType
-
getDimensions
public int getDimensions() -
setDimensions
public void setDimensions(int intVal) -
getNumberOfPoints
public int getNumberOfPoints() -
setNumberOfPoints
public void setNumberOfPoints(int intVal)
-