Package xal.smf.attr
Class SequenceBucket
java.lang.Object
xal.smf.attr.AttributeBucket
xal.smf.attr.SequenceBucket
- All Implemented Interfaces:
Serializable
,DataListener
A bucket to hold Information about sequences. In particular, how long the
sequence is, and allowed predecessor sequences.
- Version:
- 1.0
- Author:
- J. Galambos
- 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 TypeMethodDescriptionString[]
getType()
Furnish a unique type idvoid
setPredecessors
(String[] sa) 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
-
SequenceBucket
public SequenceBucket()Creates new SequenceBucket
-
-
Method Details
-
getType
Furnish a unique type id- Specified by:
getType
in classAttributeBucket
-
getPredecessors
-
setPredecessors
-