Uses of Class
org.cip4.jdflib.util.JDFDate

Packages that use JDFDate
org.cip4.jdflib.auto   
org.cip4.jdflib.core   
org.cip4.jdflib.datatypes   
org.cip4.jdflib.jmf   
org.cip4.jdflib.node   
org.cip4.jdflib.resource.devicecapability   
org.cip4.jdflib.span   
org.cip4.jdflib.util   
 

Uses of JDFDate in org.cip4.jdflib.auto
 

Methods in org.cip4.jdflib.auto that return JDFDate
 JDFDate JDFAutoMsgFilter.getAfter()
          (12) get JDFDate attribute After
 JDFDate JDFAutoMsgFilter.getBefore()
          (12) get JDFDate attribute Before
 JDFDate JDFAutoDrop.getEarliest()
          (12) get JDFDate attribute Earliest
 JDFDate JDFAutoDeliveryParams.getEarliest()
          (12) get JDFDate attribute Earliest
 JDFDate JDFAutoQualityMeasurement.getEnd()
          (12) get JDFDate attribute End
 JDFDate JDFAutoProcessRun.getEnd()
          (12) get JDFDate attribute End
 JDFDate JDFAutoPhaseTime.getEnd()
          (12) get JDFDate attribute End
 JDFDate JDFAutoNodeInfo.getEnd()
          (12) get JDFDate attribute End
 JDFDate JDFAutoModulePhase.getEnd()
          (12) get JDFDate attribute End
 JDFDate JDFAutoQueueEntry.getEndTime()
          (12) get JDFDate attribute EndTime
 JDFDate JDFAutoNodeInfo.getFirstEnd()
          (12) get JDFDate attribute FirstEnd
 JDFDate JDFAutoNodeInfo.getFirstStart()
          (12) get JDFDate attribute FirstStart
 JDFDate JDFAutoDeviceInfo.getIdleStartTime()
          (12) get JDFDate attribute IdleStartTime
 JDFDate JDFAutoNodeInfo.getLastEnd()
          (12) get JDFDate attribute LastEnd
 JDFDate JDFAutoNodeInfo.getLastStart()
          (12) get JDFDate attribute LastStart
 JDFDate JDFAutoQueueFilter.getNewerThan()
          (12) get JDFDate attribute NewerThan
 JDFDate JDFAutoSystemTimeSet.getNewTime()
          (12) get JDFDate attribute NewTime
 JDFDate JDFAutoQueueFilter.getOlderThan()
          (12) get JDFDate attribute OlderThan
 JDFDate JDFAutoSystemTimeSet.getOldTime()
          (12) get JDFDate attribute OldTime
 JDFDate JDFAutoJobPhase.getPhaseStartTime()
          (12) get JDFDate attribute PhaseStartTime
 JDFDate JDFAutoDeviceInfo.getPowerOnTime()
          (12) get JDFDate attribute PowerOnTime
 JDFDate JDFAutoDrop.getRequired()
          (12) get JDFDate attribute Required
 JDFDate JDFAutoDeliveryParams.getRequired()
          (12) get JDFDate attribute Required
 JDFDate JDFAutoProcessRun.getReturnTime()
          (12) get JDFDate attribute ReturnTime
 JDFDate JDFAutoQualityMeasurement.getStart()
          (12) get JDFDate attribute Start
 JDFDate JDFAutoProcessRun.getStart()
          (12) get JDFDate attribute Start
 JDFDate JDFAutoPhaseTime.getStart()
          (12) get JDFDate attribute Start
 JDFDate JDFAutoNodeInfo.getStart()
          (12) get JDFDate attribute Start
 JDFDate JDFAutoModulePhase.getStart()
          (12) get JDFDate attribute Start
 JDFDate JDFAutoQueueEntry.getStartTime()
          (12) get JDFDate attribute StartTime
 JDFDate JDFAutoJobPhase.getStartTime()
          (12) get JDFDate attribute StartTime
 JDFDate JDFAutoQueueEntry.getSubmissionTime()
          (12) get JDFDate attribute SubmissionTime
 JDFDate JDFAutoProcessRun.getSubmissionTime()
          (12) get JDFDate attribute SubmissionTime
 JDFDate JDFAutoMessage.getTime()
          (12) get JDFDate attribute Time
 JDFDate JDFAutoJMF.getTimeStamp()
          (12) get JDFDate attribute TimeStamp
 JDFDate JDFAutoComment.getTimeStamp()
          (12) get JDFDate attribute TimeStamp
 JDFDate JDFAutoDisposition.getUntil()
          (12) get JDFDate attribute Until
 

Methods in org.cip4.jdflib.auto with parameters of type JDFDate
 void JDFAutoMsgFilter.setAfter(JDFDate value)
          (11) set attribute After
 void JDFAutoMsgFilter.setBefore(JDFDate value)
          (11) set attribute Before
 void JDFAutoDrop.setEarliest(JDFDate value)
          (11) set attribute Earliest
 void JDFAutoDeliveryParams.setEarliest(JDFDate value)
          (11) set attribute Earliest
 void JDFAutoQualityMeasurement.setEnd(JDFDate value)
          (11) set attribute End
 void JDFAutoProcessRun.setEnd(JDFDate value)
          (11) set attribute End
 void JDFAutoPhaseTime.setEnd(JDFDate value)
          (11) set attribute End
 void JDFAutoNodeInfo.setEnd(JDFDate value)
          (11) set attribute End
 void JDFAutoModulePhase.setEnd(JDFDate value)
          (11) set attribute End
 void JDFAutoQueueEntry.setEndTime(JDFDate value)
          (11) set attribute EndTime
 void JDFAutoNodeInfo.setFirstEnd(JDFDate value)
          (11) set attribute FirstEnd
 void JDFAutoNodeInfo.setFirstStart(JDFDate value)
          (11) set attribute FirstStart
 void JDFAutoDeviceInfo.setIdleStartTime(JDFDate value)
          (11) set attribute IdleStartTime
 void JDFAutoNodeInfo.setLastEnd(JDFDate value)
          (11) set attribute LastEnd
 void JDFAutoNodeInfo.setLastStart(JDFDate value)
          (11) set attribute LastStart
 void JDFAutoQueueFilter.setNewerThan(JDFDate value)
          (11) set attribute NewerThan
 void JDFAutoSystemTimeSet.setNewTime(JDFDate value)
          (11) set attribute NewTime
 void JDFAutoQueueFilter.setOlderThan(JDFDate value)
          (11) set attribute OlderThan
 void JDFAutoSystemTimeSet.setOldTime(JDFDate value)
          (11) set attribute OldTime
 void JDFAutoJobPhase.setPhaseStartTime(JDFDate value)
          (11) set attribute PhaseStartTime
 void JDFAutoDeviceInfo.setPowerOnTime(JDFDate value)
          (11) set attribute PowerOnTime
 void JDFAutoDrop.setRequired(JDFDate value)
          (11) set attribute Required
 void JDFAutoDeliveryParams.setRequired(JDFDate value)
          (11) set attribute Required
 void JDFAutoProcessRun.setReturnTime(JDFDate value)
          (11) set attribute ReturnTime
 void JDFAutoQualityMeasurement.setStart(JDFDate value)
          (11) set attribute Start
 void JDFAutoProcessRun.setStart(JDFDate value)
          (11) set attribute Start
 void JDFAutoPhaseTime.setStart(JDFDate value)
          (11) set attribute Start
 void JDFAutoNodeInfo.setStart(JDFDate value)
          (11) set attribute Start
 void JDFAutoModulePhase.setStart(JDFDate value)
          (11) set attribute Start
 void JDFAutoQueueEntry.setStartTime(JDFDate value)
          (11) set attribute StartTime
 void JDFAutoJobPhase.setStartTime(JDFDate value)
          (11) set attribute StartTime
 void JDFAutoQueueEntry.setSubmissionTime(JDFDate value)
          (11) set attribute SubmissionTime
 void JDFAutoProcessRun.setSubmissionTime(JDFDate value)
          (11) set attribute SubmissionTime
 void JDFAutoMessage.setTime(JDFDate value)
          (11) set attribute Time
 void JDFAutoJMF.setTimeStamp(JDFDate value)
          (11) set attribute TimeStamp
 void JDFAutoComment.setTimeStamp(JDFDate value)
          (11) set attribute TimeStamp
 void JDFAutoDisposition.setUntil(JDFDate value)
          (11) set attribute Until
 

Uses of JDFDate in org.cip4.jdflib.core
 

Methods in org.cip4.jdflib.core that return JDFDate
 JDFDate JDFResourceLink.getStart()
          gets attribute Start
 JDFDate JDFAudit.getTimeStampDate()
          (12) get JDFDate attribute TimeStamp
 

Methods in org.cip4.jdflib.core with parameters of type JDFDate
 void JDFElement.setAttributeNameTimeStamp(String attributeName, JDFDate timestamp)
          put a timestamp in an attribute of the current node
 void JDFResourceLink.setStart(JDFDate value)
          sets attribute Start
 void JDFAudit.setTimeStamp(JDFDate value)
          Set attribute TimeStamp
 

Uses of JDFDate in org.cip4.jdflib.datatypes
 

Methods in org.cip4.jdflib.datatypes that return JDFDate
 JDFDate JDFDateTimeRange.getLeft()
          getLeft - get the left of the two range deliminators xmin ~ xmax
 JDFDate JDFDateTimeRange.getLowerValue()
          getLowerValue - returns the lower value of the bounds
 JDFDate JDFDateTimeRange.getRight()
          getRight - get the right of the two range deliminators xmin ~ xmax
 JDFDate JDFDateTimeRange.getUpperValue()
          getUpperValue - returns the upper value of the bounds
 

Methods in org.cip4.jdflib.datatypes with parameters of type JDFDate
 void JDFDateTimeRangeList.append(JDFDate x)
          Add an individual JDFDate element
 void JDFDateTimeRangeList.append(JDFDate xMin, JDFDate xMax)
          Add a Duration range defined by two dates xMin~xMax
protected  void JDFDateTimeRange.init(JDFDate xmin, JDFDate xmax)
          Initialization
 boolean JDFDateTimeRangeList.inRange(JDFDate x)
          inRange - returns true if the given JDFDate value is in one of the ranges of the range list
 boolean JDFDateTimeRange.inRange(JDFDate x)
          inRange - returns true if 'x' is within the range defined by 'this'
 void JDFDateTimeRange.setLeft(JDFDate x)
          setLeft - sets the left JDFDate object of the range
 void JDFDateTimeRange.setRight(JDFDate x)
          setRight - sets the right JDFDate object of the range
 

Constructors in org.cip4.jdflib.datatypes with parameters of type JDFDate
JDFDateTimeRange(JDFDate x)
          Constructor - creates a DateTime range defined by x ("from x to x")
JDFDateTimeRange(JDFDate xmin, JDFDate xmax)
          Constructor - creates a DateTime range defined by xmin and xmax
 

Uses of JDFDate in org.cip4.jdflib.jmf
 

Methods in org.cip4.jdflib.jmf that return JDFDate
 JDFDate JDFDeviceInfo.getIdleStartTime()
          (12) get JDFDate attribute IdleStartTime
 JDFDate JDFJobPhase.getPhaseStartTime()
          returns the phase starttime, defaults to starttime if not specified
 JDFDate JDFMessage.getTime()
           
 

Methods in org.cip4.jdflib.jmf with parameters of type JDFDate
 void JDFQueueEntry.setEndTime(JDFDate value)
           
 void JDFDeviceInfo.setIdleStartTime(JDFDate value)
          (11) set attribute IdleStartTime
 void JDFQueueEntry.setStartTime(JDFDate value)
           
 void JDFQueueEntry.setSubmissionTime(JDFDate value)
           
 

Uses of JDFDate in org.cip4.jdflib.node
 

Methods in org.cip4.jdflib.node that return JDFDate
 JDFDate JDFNode.getNodeInfoEnd()
          Deprecated. 06�221 use getInheritedNodeInfo(String attName)
 JDFDate JDFNode.getNodeInfoFirstEnd()
          Deprecated. 06�221 use getInheritedNodeInfo(String attName)
 JDFDate JDFNode.getNodeInfoFirstStart()
          Deprecated. 06�221 use getInheritedNodeInfo(String attName)
 JDFDate JDFNode.getNodeInfoLastEnd()
          Deprecated. 06�221 use getInheritedNodeInfo(String attName)
 JDFDate JDFNode.getNodeInfoLastStart()
          Deprecated. 06�221 use getInheritedNodeInfo(String attName)
 JDFDate JDFNode.getNodeInfoStart()
          Deprecated. 06�221 use getInheritedNodeInfo(String attName)
 

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

Methods in org.cip4.jdflib.resource.devicecapability that return JDFDate
 JDFDate JDFDateTimeState.getCurrentValue()
          get attribute CurrentValue
 JDFDate JDFDateTimeState.getDefaultValue()
          get attribute DefaultValue
 

Methods in org.cip4.jdflib.resource.devicecapability with parameters of type JDFDate
 void JDFDateTimeState.setCurrentValue(JDFDate value)
          set attribute CurrentValue
 void JDFDateTimeState.setDefaultValue(JDFDate value)
          set attribute DefaultValue
 

Uses of JDFDate in org.cip4.jdflib.span
 

Methods in org.cip4.jdflib.span that return JDFDate
 JDFDate JDFTimeSpan.getActual()
           
 JDFDate JDFTimeSpan.getPreferred()
           
 

Methods in org.cip4.jdflib.span with parameters of type JDFDate
 void JDFTimeSpan.setActual(JDFDate value)
           
 void JDFTimeSpan.setPreferred(JDFDate value)
           
 

Uses of JDFDate in org.cip4.jdflib.util
 

Methods in org.cip4.jdflib.util that return JDFDate
 JDFDate JDFDate.clone()
           
static JDFDate JDFDate.createDate(String date)
          factory style constructor that catches all exceptions and returns null if date is invalid
 JDFDate JDFDate.createDateFromDuration(JDFDuration duration, int hour, int minute)
          create a date with a relative offset defined in duration
 JDFDate StatusCounter.getStartDate()
           
 

Methods in org.cip4.jdflib.util with parameters of type JDFDate
 boolean JDFDate.after(JDFDate other)
          true, if this is after other, also true if other==null
 boolean JDFDate.before(JDFDate other)
          true, if this is before other, also true if other==null
 int JDFDate.compare(JDFDate d0, JDFDate d1)
           
 boolean JDFDate.isEarlier(JDFDate x)
          Tests if this date is before the specified date.
 boolean JDFDate.isLater(JDFDate x)
          Tests if this date is after the specified date.
 

Constructors in org.cip4.jdflib.util with parameters of type JDFDate
JDFDate(JDFDate other)
           
JDFDuration(JDFDate start, JDFDate end)
          creates a duration from two dates; may be negative if start later end
 



Copyright © 2013. All Rights Reserved.