public class BPMBucket extends AttributeBucket
AttributeBucket.MissingAttributeException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
c_strType |
| Constructor and Description |
|---|
BPMBucket()
Override virtual to provide type signature
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAttrNames() |
double |
getFrequency()
Returns the displacement offsets
|
double |
getLength() |
double |
getOrientation() |
java.lang.String |
getType()
Derived class must furnish a unique type id
|
void |
setFrequency(double dblVal) |
void |
setLength(double dblVal) |
void |
setOrientation(int intVal) |
checkAttribute, dataLabel, getAttr, parseAttrValue, registerAttribute, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, update, writepublic static final java.lang.String c_strType
public java.lang.String getType()
AttributeBucketgetType in class AttributeBucketpublic java.lang.String[] getAttrNames()
getAttrNames in class AttributeBucketpublic double getFrequency()
public double getLength()
public double getOrientation()
public void setFrequency(double dblVal)
public void setLength(double dblVal)
public void setOrientation(int intVal)