All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openmdx.security.realm1.jmi1.Permission 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.realm1.jmi1;

/**
 * Class Permission
 */
public interface Permission
  extends org.openmdx.security.realm1.cci2.Permission,
    org.openmdx.base.jmi1.BasicObject{

// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the attribute action.
   * @return A set containing all elements for this attribute.
   */
  public java.util.Set getAction(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
  /**
   * Clears action and adds the members of the given Set.
   * 

* This method is equivalent to

   *   set.clear();
   *   set.addAll(action);
   * 
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param action collection to be copied. */ public void setAction( java.util.Set action ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute localizedDescription. * @return A list containing all elements for this attribute. */ public java.util.List getLocalizedDescription( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears localizedDescription and adds the members of the given List. *

* This method is equivalent to

   *   list.clear();
   *   list.addAll(localizedDescription);
   * 
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param localizedDescription collection to be copied. */ public void setLocalizedDescription( java.util.List localizedDescription ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference privilege. * @return The non-null value for this reference. */ public org.openmdx.security.realm1.jmi1.Privilege getPrivilege( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference privilege. * @param privilege The new non-null value for this reference. */ public void setPrivilege( org.openmdx.security.realm1.cci2.Privilege privilege ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference realm. * @return The non-null value for this reference. */ public org.openmdx.security.realm1.jmi1.Role getRealm( ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy