Package xal.smf.impl.qualify
Interface MagnetType
- All Superinterfaces:
ElementType
- All Known Implementing Classes:
Bend
,Bend
,Dipole
,DipoleCorr
,DipoleCorr
,Electromagnet
,ExtractionKicker
,HDipoleCorr
,MagFieldMap
,Magnet
,PermanentMagnet
,PermQuadrupole
,Quadrupole
,Sextupole
,Solenoid
,TrimmedQuadrupole
,VDipoleCorr
- Author:
- tap
-
Field Summary
Fields -
Method Summary
Methods inherited from interface xal.smf.impl.qualify.ElementType
isKindOf, isMagnet
-
Field Details
-
NO_ORIENTATION
static final int NO_ORIENTATION- See Also:
-
HORIZONTAL
static final int HORIZONTAL- See Also:
-
VERTICAL
static final int VERTICAL- See Also:
-
DIPOLE
- See Also:
-
QUADRUPOLE
- See Also:
-
QUAD
- See Also:
-
SEXTUPOLE
- See Also:
-
SEXT
- See Also:
-
OCTUPOLE
- See Also:
-
OCT
- See Also:
-
SOLENOID
- See Also:
-
SOL
- See Also:
-
poles
-
-
Method Details
-
isPole
-
getOrientation
int getOrientation() -
isHorizontal
boolean isHorizontal() -
isVertical
boolean isVertical() -
isSkew
boolean isSkew() -
isPermanent
boolean isPermanent() -
isCorrector
boolean isCorrector()
-