org.opencrx.kernel.activity1.cci2.SubActivityTransition Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
/**
* Class {@code SubActivityTransition}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:34.930167011Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SubActivityTransition
extends org.opencrx.kernel.activity1.cci2.ActivityProcessTransition{
// ----------------------------------------------------------------------------
// 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 subActivityNamePattern}.
* @return The possibly null value for attribute {@code subActivityNamePattern}.
*/
public java.lang.String getSubActivityNamePattern(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code subActivityNamePattern}.
* @param subActivityNamePattern The possibly null new value for attribute {@code subActivityNamePattern}.
*/
public void setSubActivityNamePattern(
java.lang.String subActivityNamePattern
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code templateNamePattern}.
* @return The possibly null value for attribute {@code templateNamePattern}.
*/
public java.lang.String getTemplateNamePattern(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code templateNamePattern}.
* @param templateNamePattern The possibly null new value for attribute {@code templateNamePattern}.
*/
public void setTemplateNamePattern(
java.lang.String templateNamePattern
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code useCreatorAsTemplate}.
* @return The possibly null value for attribute {@code useCreatorAsTemplate}.
*/
public java.lang.Boolean isUseCreatorAsTemplate(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code useCreatorAsTemplate}.
* @param useCreatorAsTemplate The possibly null new value for attribute {@code useCreatorAsTemplate}.
*/
public void setUseCreatorAsTemplate(
java.lang.Boolean useCreatorAsTemplate
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}