org.openmdx.base.cci2.Provider Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:08.380Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.base.cci2;
/**
* Class Provider
*/
public interface Provider
{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference authority
.
* @return The non-null
value for this reference.
*/
public org.openmdx.base.cci2.Authority getAuthority(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference segment
.
* @return A set containing all the elements for this reference.
*/
public org.openmdx.base.cci2.ProviderProvidesSegment.Segment getSegment(
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
/**
* Object Identity
*/
public interface Identity extends org.oasisopen.cci2.Identity {
/**
* Retrieve the Authority
's identity
* @return the parent object's identity
*/
public org.openmdx.base.cci2.Authority.Identity getAuthority();
/**
* Tells whether the qualifiedName
value is persistent or reassignable.
* @return PERSISTENT
or REASSIGNABLE
*/
public org.oasisopen.cci2.QualifierType getQualifiedNameType();
/**
* The qualifiedName
value
* @return the qualifiedName
value
*/
public java.lang.String getQualifiedName();
}
}