org.opencrx.kernel.code1.cci2.CodeValueContainer Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.cci2;
/**
* Class {@code CodeValueContainer}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.139229431Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CodeValueContainer
extends org.opencrx.kernel.base.cci2.Exporter,
org.opencrx.kernel.base.cci2.Importer,
org.opencrx.kernel.base.cci2.SecureObject,
org.openmdx.base.cci2.BasicObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the reference {@code entry}.
* @return A set containing all the elements for this reference.
*/
public org.opencrx.kernel.code1.cci2.CodeValueContainerContainsEntry.Entry getEntry(
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
/**
* Retrieves a set containing all the elements for the attribute {@code name}.
* @return A set containing all elements for this attribute.
*/
public java.util.Set getName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
/**
* Clears {@code name} and adds the given value(s).
*
* This method is equivalent to
* set.clear();
* for(java.lang.String e : name){
* set.add(e);
* }
*
* @param name value(s) to be added to {@code name}
*/
public void setName(
java.lang.String... name
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
/**
* Object Identity
*/
public interface Identity extends org.oasisopen.cci2.Identity {
/**
* Retrieve the {@code Segment}'s identity
* @return the parent object's identity
*/
public org.openmdx.base.cci2.Segment.Identity getSegment();
/**
* Tells whether the {@code name} value is persistent or reassignable.
* @return {@code PERSISTENT} or {@code REASSIGNABLE}
*/
public org.oasisopen.cci2.QualifierType getNameType();
/**
* The {@code name} value
* @return the {@code name} value
*/
public java.lang.String getName();
}
}