Package | Description |
---|---|
org.cip4.jdflib.datatypes | |
org.cip4.jdflib.resource | |
org.cip4.jdflib.resource.devicecapability | |
org.cip4.jdflib.validate |
Modifier and Type | Field and Description |
---|---|
static JDFBaseDataTypes.EnumFitsValue |
JDFBaseDataTypes.EnumFitsValue.Allowed |
static JDFBaseDataTypes.EnumFitsValue |
JDFBaseDataTypes.EnumFitsValue.Present |
Modifier and Type | Method and Description |
---|---|
static JDFBaseDataTypes.EnumFitsValue |
JDFBaseDataTypes.EnumFitsValue.getEnum(int enumValue) |
static JDFBaseDataTypes.EnumFitsValue |
JDFBaseDataTypes.EnumFitsValue.getEnum(String enumName) |
Modifier and Type | Method and Description |
---|---|
XMLDoc |
JDFDevice.getBadJDFInfo(JDFNode jdfRoot,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level)
Composes a BugReport in XML form for the given JDFNode 'jdfRoot'.
|
VElement |
JDFDevice.getExecutableJDF(JDFNode docRoot,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel validationLevel)
Gets of jdfRoot a vector of all executable nodes (jdf root or children nodes that this Device may execute)
|
Modifier and Type | Method and Description |
---|---|
JDFBaseDataTypes.EnumFitsValue |
JDFPDFPathState.getValueValueUsage(int iSkip)
Gets the value of attribute ValueUsage of the iSkip'th subelement
Value |
JDFBaseDataTypes.EnumFitsValue |
JDFStringState.getValueValueUsage(int iSkip)
Gets the value of attribute
ValueUsage of the iSkip'th
subelement Value |
JDFBaseDataTypes.EnumFitsValue |
JDFMatrixState.getValueValueUsage(int iSkip)
Gets the value of attribute ValueUsage of the iSkip'th subelement Value
|
Modifier and Type | Method and Description |
---|---|
void |
JDFDurationState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFPDFPathState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFNumberState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFStringState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
abstract void |
JDFAbstractState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
add a value to the list of values defined by testlists
|
void |
JDFIntegerState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFEnumerationState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFDateTimeState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFBooleanState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFRectangleState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFXYPairState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFMatrixState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFShapeState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFNameState.addValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists) |
void |
JDFDevCaps.analyzeDevCaps(KElement testRoot,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level,
KElement mrp,
KElement irp,
HashSet goodElems,
HashMap badElems,
boolean ignoreExtensions) |
void |
JDFMatrixState.appendValue(JDFMatrix value,
JDFBaseDataTypes.EnumFitsValue testlists) |
KElement |
JDFDevCaps.devCapReport(KElement elem,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level,
boolean ignoreExtensions,
KElement parentReport)
devCapReport - tests if the elements in vElem fit any (logical OR) DevCap
element that DevCaps consists of.
|
protected boolean |
JDFAbstractState.fitsLength(String str,
JDFBaseDataTypes.EnumFitsValue length)
fitsLength - tests, if the defined String
str matches AllowedLength or the PresentLength, specified for this State |
protected boolean |
JDFAbstractState.fitsRegExp(String str,
JDFBaseDataTypes.EnumFitsValue regexp)
fitsRegExp - checks whether
str matches the AllowedRegExp/PresentRegExp specified for this State |
boolean |
JDFDurationState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - tests, if the defined value matches Allowed test lists or
Present test lists, specified for this State
|
boolean |
JDFPDFPathState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - checks whether
value matches the Allowed/Present
test lists specified for this State |
boolean |
JDFNumberState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - checks whether
value matches the Allowed/Present
test lists specified for this State |
boolean |
JDFStringState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - checks whether
value matches the Allowed/Present
test lists specified for this State |
abstract boolean |
JDFAbstractState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
Tests whether the defined value matches the Allowed test lists or the Present test lists specified for this state
|
boolean |
JDFIntegerState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - checks whether
value matches the given test
lists |
boolean |
JDFEnumerationState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - tests whether
value matches the Allowed test
lists or Present test lists, specified for this State |
boolean |
JDFDateTimeState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - tests, if the defined value matches Allowed test lists or
Present test lists, specified for this State
|
boolean |
JDFBooleanState.fitsValue(String valueStr,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - tests, if the defined value matches the Allowed test lists or Present test lists, specified for this State
|
boolean |
JDFRectangleState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - checks whether
value matches the Allowed/Present
test lists specified for this State |
boolean |
JDFXYPairState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - checks whether
value matches the Allowed/Present
test lists specified for this State. |
boolean |
JDFMatrixState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - checks whether
value matches the Allowed test
lists or Present test lists specified for this State |
boolean |
JDFShapeState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - checks whether
value matches the Allowed/Present
test lists specified for this State |
boolean |
JDFNameState.fitsValue(String value,
JDFBaseDataTypes.EnumFitsValue testlists)
fitsValue - checks whether
value matches the testlists
specified for this State |
XMLDoc |
JDFDeviceCap.getBadJDFInfo(JDFNode jdfRoot,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level)
Composes a BugReport in XML form for the given JDFNode 'jdfRoot'.
|
VElement |
JDFDeviceCap.getExecutableJDF(JDFNode jdfRoot,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level)
Gets of jdfRoot a vector of all executable nodes (jdf root or children nodes that this Device may execute)
|
static XMLDoc |
JDFDeviceCap.getJMFInfo(JDFJMF jmfRoot,
JDFResponse knownMessagesResp,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level,
boolean ignoreExtensions)
Composes a BugReport in XML form for the given JMF message 'jmfRoot'.
|
void |
JDFPDFPathState.setValueValueUsage(int iSkip,
JDFBaseDataTypes.EnumFitsValue value)
Sets the ValueUsage attribute of the iSkip'th subelement
Value |
void |
JDFStringState.setValueValueUsage(int iSkip,
JDFBaseDataTypes.EnumFitsValue value)
Sets the ValueUsage attribute of the i-th subelement Value
|
void |
JDFMatrixState.setValueValueUsage(int iSkip,
JDFBaseDataTypes.EnumFitsValue value)
Sets the ValueUsage attribute of the iSkip'th subelement Value
|
KElement |
JDFDevCap.stateReport(KElement e,
JDFBaseDataTypes.EnumFitsValue testlists,
JDFElement.EnumValidationLevel level,
boolean ignoreExtensions,
boolean bRecurse,
KElement parentReport)
Tests if the attributes and subelements of the given element match the
corresponding States and DevCap subelements of this DevCap.
|
Modifier and Type | Field and Description |
---|---|
JDFBaseDataTypes.EnumFitsValue |
JDFValidator.testlists |
Copyright © 2018. All rights reserved.