org.opencrx.kernel.uom1.jmi
Interface Uom1Package
- All Superinterfaces:
- RefBaseObject, RefPackage
- All Known Implementing Classes:
- uom1PackageImpl
public interface Uom1Package
- extends RefPackage
|
Field Summary |
static String |
AUTHORITY_XRI
The AUTHORITY_XRI
"xri://@openmdx*org.opencrx.kernel.uom1" may be used to look up
the Authority the package Uom1Package belongs to: |
| Methods inherited from interface javax.jmi.reflect.RefPackage |
refAllAssociations, refAllClasses, refAllPackages, refAssociation, refAssociation, refClass, refClass, refCreateStruct, refCreateStruct, refDelete, refGetEnum, refGetEnum, refPackage, refPackage |
AUTHORITY_XRI
static final String AUTHORITY_XRI
- The
AUTHORITY_XRI
"xri://@openmdx*org.opencrx.kernel.uom1" may be used to look up
the Authority the package Uom1Package belongs to:
org.openmdx.base.cci.Authority uom1Authority = (org.openmdx.base.cci.Authority)persistenceManager.getObjectById(
org.openmdx.base.cci.Authority.class,
Uom1Package.AUTHORITY_XRI
);
Uom1Package uom1Package = (Uom1Package)uom1Authority.getPackage();
- See Also:
PersistenceManager.getObjectById(java.lang.Class,java.lang.Object),
Constant Field Values
getSegment
SegmentClass getSegment()
createSegmentQuery
SegmentQuery createSegmentQuery()
getUom
UomClass getUom()
createUomQuery
UomQuery createUomQuery()
getUomSchedule
UomScheduleClass getUomSchedule()
createUomScheduleQuery
UomScheduleQuery createUomScheduleQuery()
This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.