org.opencrx.kernel.code1.jmi1.ValueRange Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.jmi1;
/**
* Abstract class {@code ValueRange}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:37.451362038Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ValueRange
extends org.opencrx.kernel.code1.cci2.ValueRange,
org.opencrx.kernel.base.jmi1.SecureObject,
org.openmdx.base.jmi1.BasicObject{
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code argument}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getArgument(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code argument} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(argument);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param argument collection to be copied.
*/
public void setArgument(
java.util.List argument
);
// ----------------------------------------------------------------------------
// Instance/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code objectType}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getObjectType(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code objectType} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(objectType);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param objectType collection to be copied.
*/
public void setObjectType(
java.util.List objectType
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.code1.jmi1.ValueRangeUpdateValuesResult updateValues(
org.opencrx.kernel.code1.jmi1.ValueRangeUpdateValuesParams in
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}