org.opencrx.kernel.forecast1.jmi1
Interface Forecast1Package

All Superinterfaces:
RefBaseObject, RefPackage

public interface Forecast1Package
extends RefPackage


Field Summary
static String AUTHORITY_XRI
          The AUTHORITY_XRI "xri://@openmdx*org.opencrx.kernel.forecast1" may be used to look up the Authority the package org:opencrx:kernel:forecast1:forecast1 belongs to:
 
Method Summary
 BudgetMilestoneQuery createBudgetMilestoneQuery()
           
 BudgetQuery createBudgetQuery()
           
 ForecastPeriodQuery createForecastPeriodQuery()
           
 ForecastQuery createForecastQuery()
           
 SegmentQuery createSegmentQuery()
           
 BudgetClass getBudget()
           
 BudgetMilestoneClass getBudgetMilestone()
           
 ForecastClass getForecast()
           
 ForecastPeriodClass getForecastPeriod()
           
 SegmentClass getSegment()
           
 
Methods inherited from interface javax.jmi.reflect.RefPackage
refAllAssociations, refAllClasses, refAllPackages, refAssociation, refAssociation, refClass, refClass, refCreateStruct, refCreateStruct, refDelete, refGetEnum, refGetEnum, refPackage, refPackage
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Field Detail

AUTHORITY_XRI

static final String AUTHORITY_XRI
The AUTHORITY_XRI "xri://@openmdx*org.opencrx.kernel.forecast1" may be used to look up the Authority the package org:opencrx:kernel:forecast1:forecast1 belongs to:

See Also:
Constant Field Values
Method Detail

getForecastPeriod

ForecastPeriodClass getForecastPeriod()

createForecastPeriodQuery

ForecastPeriodQuery createForecastPeriodQuery()

getBudgetMilestone

BudgetMilestoneClass getBudgetMilestone()

createBudgetMilestoneQuery

BudgetMilestoneQuery createBudgetMilestoneQuery()

getBudget

BudgetClass getBudget()

createBudgetQuery

BudgetQuery createBudgetQuery()

getSegment

SegmentClass getSegment()

createSegmentQuery

SegmentQuery createSegmentQuery()

getForecast

ForecastClass getForecast()

createForecastQuery

ForecastQuery createForecastQuery()


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.