Uses of Class
org.cip4.jdflib.datatypes.JDFIntegerRange

Packages that use JDFIntegerRange
org.cip4.jdflib.auto   
org.cip4.jdflib.datatypes   
org.cip4.jdflib.resource.devicecapability   
 

Uses of JDFIntegerRange in org.cip4.jdflib.auto
 

Methods in org.cip4.jdflib.auto that return JDFIntegerRange
 JDFIntegerRange JDFAutoStringEvaluation.getLengthJDF()
          (20) get JDFIntegerRange attribute LengthJDF
 JDFIntegerRange JDFAutoPDFPathEvaluation.getLengthJDF()
          (20) get JDFIntegerRange attribute LengthJDF
 

Methods in org.cip4.jdflib.auto with parameters of type JDFIntegerRange
 void JDFAutoStringEvaluation.setLengthJDF(JDFIntegerRange value)
          (36) set attribute LengthJDF
 void JDFAutoPDFPathEvaluation.setLengthJDF(JDFIntegerRange value)
          (36) set attribute LengthJDF
 

Uses of JDFIntegerRange in org.cip4.jdflib.datatypes
 

Methods in org.cip4.jdflib.datatypes that return JDFIntegerRange
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
 

Methods in org.cip4.jdflib.datatypes with parameters of type JDFIntegerRange
 void JDFIntegerRangeList.append(JDFIntegerRange r)
          append - appends a new IntegerRange to the IntegerRangeList
 boolean JDFIntegerRangeList.isOverlapping(JDFIntegerRange newRange, JDFIntegerRange oldRange)
          isOverlapping
 

Constructors in org.cip4.jdflib.datatypes with parameters of type JDFIntegerRange
JDFIntegerRange(JDFIntegerRange ir)
          constructs an integer range with a given JDFIntegerRange
JDFIntegerRangeList(JDFIntegerRange ir)
          constructs a JDFIntegerRangeList with the given JDFIntegerRange and sets xDef
 

Uses of JDFIntegerRange in org.cip4.jdflib.resource.devicecapability
 

Methods in org.cip4.jdflib.resource.devicecapability that return JDFIntegerRange
 JDFIntegerRange JDFStringState.getAllowedLength()
           
 JDFIntegerRange JDFPDFPathState.getAllowedLength()
           
protected  JDFIntegerRange JDFAbstractState.getAllowedLength()
          get attribute AllowedLength
 JDFIntegerRange JDFStringEvaluation.getLengthRange()
           
 JDFIntegerRange JDFPDFPathEvaluation.getLengthRange()
           
 JDFIntegerRange JDFStringState.getPresentLength()
           
 JDFIntegerRange JDFPDFPathState.getPresentLength()
           
protected  JDFIntegerRange JDFAbstractState.getPresentLength()
           
 

Methods in org.cip4.jdflib.resource.devicecapability with parameters of type JDFIntegerRange
 void JDFStringState.setAllowedLength(JDFIntegerRange value)
           
 void JDFPDFPathState.setAllowedLength(JDFIntegerRange value)
           
protected  void JDFAbstractState.setAllowedLength(JDFIntegerRange value)
          set attribute AllowedLength
 void JDFStringEvaluation.setLength(JDFIntegerRange value)
           
 void JDFPDFPathEvaluation.setLength(JDFIntegerRange value)
           
 void JDFStringState.setPresentLength(JDFIntegerRange value)
           
 void JDFPDFPathState.setPresentLength(JDFIntegerRange value)
           
protected  void JDFAbstractState.setPresentLength(JDFIntegerRange value)
           
 



Copyright © 2013. All Rights Reserved.