Package | Description |
---|---|
org.cip4.jdflib.auto | |
org.cip4.jdflib.datatypes | |
org.cip4.jdflib.resource.devicecapability |
Modifier and Type | Method and Description |
---|---|
JDFIntegerRange |
JDFAutoStringState.getAllowedLength()
(20) get JDFIntegerRange attribute AllowedLength
|
JDFIntegerRange |
JDFAutoPDFPathState.getAllowedLength()
(20) get JDFIntegerRange attribute AllowedLength
|
JDFIntegerRange |
JDFAutoPDFPathEvaluation.getLengthJDF()
(20) get JDFIntegerRange attribute LengthJDF
|
JDFIntegerRange |
JDFAutoStringEvaluation.getLengthJDF()
(20) get JDFIntegerRange attribute LengthJDF
|
JDFIntegerRange |
JDFAutoStringState.getPresentLength()
(20) get JDFIntegerRange attribute PresentLength
|
JDFIntegerRange |
JDFAutoPDFPathState.getPresentLength()
(20) get JDFIntegerRange attribute PresentLength
|
Modifier and Type | Method and Description |
---|---|
void |
JDFAutoStringState.setAllowedLength(JDFIntegerRange value)
(36) set attribute AllowedLength
|
void |
JDFAutoPDFPathState.setAllowedLength(JDFIntegerRange value)
(36) set attribute AllowedLength
|
void |
JDFAutoPDFPathEvaluation.setLengthJDF(JDFIntegerRange value)
(36) set attribute LengthJDF
|
void |
JDFAutoStringEvaluation.setLengthJDF(JDFIntegerRange value)
(36) set attribute LengthJDF
|
void |
JDFAutoStringState.setPresentLength(JDFIntegerRange value)
(36) set attribute PresentLength
|
void |
JDFAutoPDFPathState.setPresentLength(JDFIntegerRange value)
(36) set attribute PresentLength
|
Modifier and Type | Method and Description |
---|---|
static JDFIntegerRange |
JDFIntegerRange.createIntegerRange(String s)
factory for JDFIntegerRange that silently returns null in case of illegal strings
|
static JDFIntegerRange |
JDFIntegerRange.getIntegerRange(String range)
create a JDFIntegerRange from a string - return null if no go
|
Modifier and Type | Method and Description |
---|---|
void |
JDFIntegerRangeList.append(JDFIntegerRange r)
append - appends a new IntegerRange to the IntegerRangeList
|
boolean |
JDFIntegerRangeList.isOverlapping(JDFIntegerRange newRange,
JDFIntegerRange oldRange)
isOverlapping
|
Constructor and Description |
---|
JDFIntegerRange(JDFIntegerRange ir)
constructs an integer range with a given JDFIntegerRange
|
JDFIntegerRangeList(JDFIntegerRange ir)
constructs a JDFIntegerRangeList with the given JDFIntegerRange and sets xDef
|
Modifier and Type | Method and Description |
---|---|
JDFIntegerRange |
JDFPDFPathState.getAllowedLength() |
JDFIntegerRange |
JDFStringState.getAllowedLength() |
protected JDFIntegerRange |
JDFAbstractState.getAllowedLength()
get attribute AllowedLength
|
JDFIntegerRange |
JDFPDFPathEvaluation.getLengthRange() |
JDFIntegerRange |
JDFStringEvaluation.getLengthRange() |
JDFIntegerRange |
JDFPDFPathState.getPresentLength() |
JDFIntegerRange |
JDFStringState.getPresentLength() |
protected JDFIntegerRange |
JDFAbstractState.getPresentLength() |
Modifier and Type | Method and Description |
---|---|
void |
JDFPDFPathState.setAllowedLength(JDFIntegerRange value) |
void |
JDFStringState.setAllowedLength(JDFIntegerRange value) |
protected void |
JDFAbstractState.setAllowedLength(JDFIntegerRange value)
set attribute AllowedLength
|
void |
JDFPDFPathEvaluation.setLength(JDFIntegerRange value) |
void |
JDFStringEvaluation.setLength(JDFIntegerRange value) |
void |
JDFPDFPathState.setPresentLength(JDFIntegerRange value) |
void |
JDFStringState.setPresentLength(JDFIntegerRange value) |
protected void |
JDFAbstractState.setPresentLength(JDFIntegerRange value) |
Copyright © 2018. All rights reserved.