gov.sns.xal.smf.attr
Class ApertureBucket

java.lang.Object
  |
  +--gov.sns.xal.smf.attr.AttributeBucket
        |
        +--gov.sns.xal.smf.attr.ApertureBucket
All Implemented Interfaces:
DataListener, java.io.Serializable

public class ApertureBucket
extends AttributeBucket

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class gov.sns.xal.smf.attr.AttributeBucket
AttributeBucket.MissingAttributeException
 
Field Summary
static java.lang.String c_strType
           
static int iDiamond
           
static int iEllipse
           
static int iIrregular
           
static int iRectangle
           
static int iUnkown
           
 
Constructor Summary
ApertureBucket()
          Creates new ApertureBucket
 
Method Summary
 double getAperX()
           
 double getAperY()
           
 java.lang.String[] getAttrNames()
           
 int getShape()
           
 java.lang.String getType()
          Furnish a unique type id
 void setAperX(double dblVal)
           
 void setAperY(double dblVal)
           
 void setShape(int intVal)
           
 
Methods inherited from class gov.sns.xal.smf.attr.AttributeBucket
checkAttribute, dataLabel, getAttr, parseAttrValue, registerAttribute, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, update, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iUnkown

public static final int iUnkown
See Also:
Constant Field Values

iEllipse

public static final int iEllipse
See Also:
Constant Field Values

iRectangle

public static final int iRectangle
See Also:
Constant Field Values

iDiamond

public static final int iDiamond
See Also:
Constant Field Values

iIrregular

public static final int iIrregular
See Also:
Constant Field Values

c_strType

public static final java.lang.String c_strType
See Also:
Constant Field Values
Constructor Detail

ApertureBucket

public ApertureBucket()
Creates new ApertureBucket

Method Detail

getType

public java.lang.String getType()
Furnish a unique type id

Specified by:
getType in class AttributeBucket

getAttrNames

public java.lang.String[] getAttrNames()
Overrides:
getAttrNames in class AttributeBucket

getShape

public int getShape()

getAperX

public double getAperX()

getAperY

public double getAperY()

setShape

public void setShape(int intVal)

setAperX

public void setAperX(double dblVal)

setAperY

public void setAperY(double dblVal)