org.openmdx.security.authorization1.jmi1.Policy Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:03 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.authorization1.jmi1;
/**
* Class Policy
*/
public interface Policy
extends org.openmdx.security.authorization1.cci2.Policy,
org.openmdx.base.jmi1.BasicObject,
org.openmdx.security.realm1.jmi1.Policy{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference parent
.
* @return The – possibly null
– value for this reference.
*/
public org.openmdx.security.authorization1.jmi1.Policy getParent(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference parent
.
* @param parent The new – possibly null
– value for this reference.
*/
public void setParent(
org.openmdx.security.authorization1.cci2.Policy parent
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}