org.opencrx.kernel.activity1.cci2.ActivityCreationAction Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* Class {@code ActivityCreationAction}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.035998454Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ActivityCreationAction
extends org.opencrx.kernel.activity1.cci2.ActivityProcessAction{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code activityCreator}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.activity1.cci2.ActivityCreator getActivityCreator(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code activityCreator}.
* @param activityCreator The new—possibly {@code null}—value for this reference.
*/
public void setActivityCreator(
org.opencrx.kernel.activity1.cci2.ActivityCreator activityCreator
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code activityDescription}.
* @return The possibly null value for attribute {@code activityDescription}.
*/
public java.lang.String getActivityDescription(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code activityDescription}.
* @param activityDescription The possibly null new value for attribute {@code activityDescription}.
*/
public void setActivityDescription(
java.lang.String activityDescription
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the attribute {@code activityName}.
* @return The non-null value for attribute {@code activityName}.
*/
public java.lang.String getActivityName(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code activityName}.
* @param activityName The non-{@code null} new value for attribute {@code activityName}.
*/
public void setActivityName(
java.lang.String activityName
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}