flux
Interface BusinessIntervalElement


public interface BusinessIntervalElement

Represents one element of a business interval, including the operation.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 AllowableBusinessInterval getComponent()
          The object representation of a business interval include or exclude method call.
 BusinessIntervalOperation getOperation()
          The operation that was used to add the AllowableBusinessInterval to the business interval.
 

Method Detail

getComponent

AllowableBusinessInterval getComponent()
The object representation of a business interval include or exclude method call. The result will be an instance of BusinessInterval, BusinessIntervalComponent, or AllowableBusinessIntervalDev.

Returns:
The object representation of a businesss interval include or exclude method call.

getOperation

BusinessIntervalOperation getOperation()
The operation that was used to add the AllowableBusinessInterval to the business interval. For example, if the component was added to the business interval using the include() method, then getOperation() will return BusinessIntervalOperation.UNION.

Returns:
The operation that was used to add the AllowableBusinessInterval to the business interval.


© 2014 Flux Corporation. All rights reserved.