public class MatingFeatureDegreeofFreedomSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short |
getDegreeofFreedomID()
Retrieves Degree of Freedom ID.
|
java.lang.String |
getDegreeofFreedomType()
Return type of Degree of Freedom.
|
double[] |
getRangeofFreedom()
Retrieves the Range of Freedom.
|
double[] |
getThreeDDegreeOfFreedomAxis()
Retrieves the 3D Degree Of Freedom Axis.
|
TwoDDegreeOfFreedomSequence |
getTwoDDegreeOfFreedomSequence()
Retrieves pre-initialized object of 2D Degree Of Freedom Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
void |
setDegreeofFreedomID(short shDegreeofFreedomID)
Sets Degree of Freedom ID.
|
void |
setDegreeofFreedomType(EnumDegreeofFreedomType enumDegreeofFreedomType)
Sets type of Degree of Freedom.
|
void |
setRangeofFreedom(double[] dblArrRangeofFreedom)
Sets the Range of Freedom.
|
void |
setThreeDDegreeOfFreedomAxis(double[] dblArrThreeDDegreeOfFreedomAxis)
Sets the 3D Degree Of Freedom Axis.
|
boolean |
validateForModule()
Validates all the attributes in MatingFeatureDegreeofFreedomSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setDegreeofFreedomID(short shDegreeofFreedomID)
shDegreeofFreedomID - short value of Degree of Freedom IDpublic short getDegreeofFreedomID()
public void setDegreeofFreedomType(EnumDegreeofFreedomType enumDegreeofFreedomType)
enumDegreeofFreedomType - enum value of Degree of Freedom Type.public java.lang.String getDegreeofFreedomType()
public TwoDDegreeOfFreedomSequence getTwoDDegreeOfFreedomSequence()
public void setThreeDDegreeOfFreedomAxis(double[] dblArrThreeDDegreeOfFreedomAxis)
dblArrThreeDDegreeOfFreedomAxis - Double value of 3D Degree Of Freedom Axis.public double[] getThreeDDegreeOfFreedomAxis()
public void setRangeofFreedom(double[] dblArrRangeofFreedom)
dblArrRangeofFreedom - Double value of Range of Freedompublic double[] getRangeofFreedom()