Package | Description |
---|---|
org.cip4.jdflib.auto | |
org.cip4.jdflib.datatypes | |
org.cip4.jdflib.resource.devicecapability | |
org.cip4.jdflib.span |
Modifier and Type | Method and Description |
---|---|
JDFNumberRangeList |
JDFAutoNumberState.getAllowedValueList()
(20) get JDFNumberRangeList attribute AllowedValueList
|
JDFNumberRangeList |
JDFAutoShapeState.getAllowedX()
(20) get JDFNumberRangeList attribute AllowedX
|
JDFNumberRangeList |
JDFAutoShapeState.getAllowedY()
(20) get JDFNumberRangeList attribute AllowedY
|
JDFNumberRangeList |
JDFAutoShapeState.getAllowedZ()
(20) get JDFNumberRangeList attribute AllowedZ
|
JDFNumberRangeList |
JDFAutoIDPLayout.getForceFrontSide()
(20) get JDFNumberRangeList attribute ForceFrontSide
|
JDFNumberRangeList |
JDFAutoNumberState.getPresentValueList()
(20) get JDFNumberRangeList attribute PresentValueList
|
JDFNumberRangeList |
JDFAutoShapeState.getPresentX()
(20) get JDFNumberRangeList attribute PresentX
|
JDFNumberRangeList |
JDFAutoShapeState.getPresentY()
(20) get JDFNumberRangeList attribute PresentY
|
JDFNumberRangeList |
JDFAutoShapeState.getPresentZ()
(20) get JDFNumberRangeList attribute PresentZ
|
JDFNumberRangeList |
JDFAutoNumberEvaluation.getValueList()
(20) get JDFNumberRangeList attribute ValueList
|
JDFNumberRangeList |
JDFAutoShapeEvaluation.getX()
(20) get JDFNumberRangeList attribute X
|
JDFNumberRangeList |
JDFAutoShapeEvaluation.getY()
(20) get JDFNumberRangeList attribute Y
|
JDFNumberRangeList |
JDFAutoShapeEvaluation.getZ()
(20) get JDFNumberRangeList attribute Z
|
Modifier and Type | Method and Description |
---|---|
void |
JDFAutoNumberState.setAllowedValueList(JDFNumberRangeList value)
(36) set attribute AllowedValueList
|
void |
JDFAutoShapeState.setAllowedX(JDFNumberRangeList value)
(36) set attribute AllowedX
|
void |
JDFAutoShapeState.setAllowedY(JDFNumberRangeList value)
(36) set attribute AllowedY
|
void |
JDFAutoShapeState.setAllowedZ(JDFNumberRangeList value)
(36) set attribute AllowedZ
|
void |
JDFAutoIDPLayout.setForceFrontSide(JDFNumberRangeList value)
(36) set attribute ForceFrontSide
|
void |
JDFAutoNumberState.setPresentValueList(JDFNumberRangeList value)
(36) set attribute PresentValueList
|
void |
JDFAutoShapeState.setPresentX(JDFNumberRangeList value)
(36) set attribute PresentX
|
void |
JDFAutoShapeState.setPresentY(JDFNumberRangeList value)
(36) set attribute PresentY
|
void |
JDFAutoShapeState.setPresentZ(JDFNumberRangeList value)
(36) set attribute PresentZ
|
void |
JDFAutoNumberEvaluation.setValueList(JDFNumberRangeList value)
(36) set attribute ValueList
|
void |
JDFAutoShapeEvaluation.setX(JDFNumberRangeList value)
(36) set attribute X
|
void |
JDFAutoShapeEvaluation.setY(JDFNumberRangeList value)
(36) set attribute Y
|
void |
JDFAutoShapeEvaluation.setZ(JDFNumberRangeList value)
(36) set attribute Z
|
Modifier and Type | Method and Description |
---|---|
static JDFNumberRangeList |
JDFNumberRangeList.createNumberRangeList(String s)
factory for JDFNumberRangeList that silently returns null in case of illegal strings
|
Constructor and Description |
---|
JDFNumberRangeList(JDFNumberRangeList rl)
constructs a JDFNumberRangeList from the given JDFNumberRangeList
|
Modifier and Type | Method and Description |
---|---|
JDFNumberRangeList |
JDFNumberEvaluation.fitsTolerance(JDFNumberRangeList origRangeList)
fitsTolerance - checks whether this Evaluation has a specified Tolerance
that it is not equal to "0 0", and expands original the rangelist to the
rangelist that fits Tolerance.
|
JDFNumberRangeList |
JDFShapeEvaluation.fitsXYZTolerance(JDFNumberRangeList origRangeList)
fitsXYZTolerance - checks whether this Evaluation has a specified
Tolerance that it is not equal "0 0", and expands the original rangelist
to the rangelist that fits the Tolerance.
|
JDFNumberRangeList |
JDFNumberState.getAllowedValueList() |
JDFNumberRangeList |
JDFShapeState.getAllowedX() |
JDFNumberRangeList |
JDFShapeState.getAllowedY() |
JDFNumberRangeList |
JDFShapeState.getAllowedZ() |
JDFNumberRangeList |
JDFNumberState.getPresentValueList() |
JDFNumberRangeList |
JDFShapeState.getPresentX() |
JDFNumberRangeList |
JDFShapeState.getPresentY() |
JDFNumberRangeList |
JDFShapeState.getPresentZ() |
JDFNumberRangeList |
JDFNumberEvaluation.getValueList() |
JDFNumberRangeList |
JDFShapeEvaluation.getX() |
JDFNumberRangeList |
JDFShapeEvaluation.getY() |
JDFNumberRangeList |
JDFShapeEvaluation.getZ() |
Modifier and Type | Method and Description |
---|---|
JDFNumberRangeList |
JDFNumberEvaluation.fitsTolerance(JDFNumberRangeList origRangeList)
fitsTolerance - checks whether this Evaluation has a specified Tolerance
that it is not equal to "0 0", and expands original the rangelist to the
rangelist that fits Tolerance.
|
JDFNumberRangeList |
JDFShapeEvaluation.fitsXYZTolerance(JDFNumberRangeList origRangeList)
fitsXYZTolerance - checks whether this Evaluation has a specified
Tolerance that it is not equal "0 0", and expands the original rangelist
to the rangelist that fits the Tolerance.
|
void |
JDFNumberState.setAllowedValueList(JDFNumberRangeList value) |
void |
JDFShapeState.setAllowedX(JDFNumberRangeList value) |
void |
JDFShapeState.setAllowedY(JDFNumberRangeList value) |
void |
JDFShapeState.setAllowedZ(JDFNumberRangeList value) |
void |
JDFNumberState.setPresentValueList(JDFNumberRangeList value) |
void |
JDFShapeState.setPresentX(JDFNumberRangeList value) |
void |
JDFShapeState.setPresentY(JDFNumberRangeList value) |
void |
JDFShapeState.setPresentZ(JDFNumberRangeList value) |
void |
JDFNumberEvaluation.setValueList(JDFNumberRangeList value) |
void |
JDFShapeEvaluation.setX(JDFNumberRangeList value) |
void |
JDFShapeEvaluation.setY(JDFNumberRangeList value) |
void |
JDFShapeEvaluation.setZ(JDFNumberRangeList value) |
Modifier and Type | Method and Description |
---|---|
JDFNumberRangeList |
JDFNumberSpan.getRange()
Get attribute Range value
|
Modifier and Type | Method and Description |
---|---|
void |
JDFNumberSpan.setRange(JDFNumberRangeList value)
Set attribute Range as a JDFNumberRangeList
|
Copyright © 2018. All rights reserved.