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

org.openmdx.generic1.cci2.Property Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// 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:04:35 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.generic1.cci2;

/**
 * Abstract class Property
 */
public interface Property
{

// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the possibly null value for the optional attribute description.
   * @return The possibly null value for attribute description.
   */
  public java.lang.String getDescription(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------

  /**
   * Sets a new value for the attribute description.
   * @param description The possibly null new value for attribute description.
   */
  public void setDescription(
    java.lang.String description
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute name.
   * @return The non-null value for attribute name.
   */
  public java.lang.String getName(
  );

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
  /**
   * Object Identity
   */
  public interface Identity extends org.oasisopen.cci2.Identity {

    /**
     * Retrieve the PropertySet's identity
     * @return the parent object's identity
     */
    public org.oasisopen.cci2.Identity getPropertySet();

    /**
     * Tells whether the name value is persistent or reassignable.
     * @return PERSISTENT or REASSIGNABLE
     */
    public org.oasisopen.cci2.QualifierType getNameType();

    /**
     * The name value
     * @return the name value
     */
    public java.lang.String getName();

  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy