org.opencrx.kernel.code1.jmi1.CodeValueEntry Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.jmi1;
/**
* Class {@code CodeValueEntry}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.460076739Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CodeValueEntry
extends org.opencrx.kernel.code1.cci2.CodeValueEntry,
org.opencrx.kernel.code1.jmi1.AbstractEntry{
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code longText}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getLongText(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code longText} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(longText);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param longText collection to be copied.
*/
public void setLongText(
java.util.List longText
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code shortText}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getShortText(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code shortText} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(shortText);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param shortText collection to be copied.
*/
public void setShortText(
java.util.List shortText
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}