public interface Ruleflow extends Flow
The following features are supported:
RuleflowPackage.getRuleflow()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute
|
java.util.Date |
getEffectiveDate()
Returns the value of the 'Effective Date' attribute
|
java.util.Date |
getExpirationDate()
Returns the value of the 'Expiration Date' attribute
|
int |
getMajorVersion()
Returns the value of the 'Major Version' attribute
|
int |
getMinorVersion()
Returns the value of the 'Minor Version' attribute
|
java.lang.String |
getVersionLabel()
Returns the value of the 'Version Label' attribute
|
org.eclipse.emf.ecore.EPackage |
getVocabulary()
Returns the value of the 'Vocabulary' reference
|
java.lang.String |
getVocabularyUpdateStamp()
Returns the value of the 'Vocabulary Update Stamp' attribute
|
org.eclipse.emf.ecore.EClass |
getWorkDocumentEntity()
Returns the value of the 'Work Document Entity' reference
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute |
void |
setEffectiveDate(java.util.Date value)
Sets the value of the '
Effective Date' attribute |
void |
setExpirationDate(java.util.Date value)
Sets the value of the '
Expiration Date' attribute |
void |
setMajorVersion(int value)
Sets the value of the '
Major Version' attribute |
void |
setMinorVersion(int value)
Sets the value of the '
Minor Version' attribute |
void |
setVersionLabel(java.lang.String value)
Sets the value of the '
Version Label' attribute |
void |
setVocabulary(org.eclipse.emf.ecore.EPackage value)
Sets the value of the '
Vocabulary' reference |
void |
setVocabularyUpdateStamp(java.lang.String value)
Sets the value of the '
Vocabulary Update Stamp' attribute |
void |
setWorkDocumentEntity(org.eclipse.emf.ecore.EClass value)
Sets the value of the '
Work Document Entity' reference |
getBranchControlList, getConnectorList, getFlowControlList, getName, getStart, getSubflowList, setName, setStartgetDomain, setDomaingetDocumentingRuleStatementsjava.lang.String getVersionLabel()
If the meaning of the 'Version Label' attribute isn't clear, there really should be more of a description here...
setVersionLabel(String),
RuleflowPackage.getRuleflow_VersionLabel()void setVersionLabel(java.lang.String value)
Version Label' attribute.
value - the new value of the 'Version Label' attribute.getVersionLabel()java.util.Date getEffectiveDate()
If the meaning of the 'Effective Date' attribute isn't clear, there really should be more of a description here...
setEffectiveDate(Date),
RuleflowPackage.getRuleflow_EffectiveDate()void setEffectiveDate(java.util.Date value)
Effective Date' attribute.
value - the new value of the 'Effective Date' attribute.getEffectiveDate()java.util.Date getExpirationDate()
If the meaning of the 'Expiration Date' attribute isn't clear, there really should be more of a description here...
setExpirationDate(Date),
RuleflowPackage.getRuleflow_ExpirationDate()void setExpirationDate(java.util.Date value)
Expiration Date' attribute.
value - the new value of the 'Expiration Date' attribute.getExpirationDate()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
RuleflowPackage.getRuleflow_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()org.eclipse.emf.ecore.EClass getWorkDocumentEntity()
If the meaning of the 'Work Document Entity' containment reference isn't clear, there really should be more of a description here...
setWorkDocumentEntity(EClass),
RuleflowPackage.getRuleflow_WorkDocumentEntity()void setWorkDocumentEntity(org.eclipse.emf.ecore.EClass value)
Work Document Entity' reference.
value - the new value of the 'Work Document Entity' reference.getWorkDocumentEntity()int getMajorVersion()
If the meaning of the 'Major Version' attribute isn't clear, there really should be more of a description here...
setMajorVersion(int),
RuleflowPackage.getRuleflow_MajorVersion()void setMajorVersion(int value)
Major Version' attribute.
value - the new value of the 'Major Version' attribute.getMajorVersion()int getMinorVersion()
If the meaning of the 'Minor Version' attribute isn't clear, there really should be more of a description here...
setMinorVersion(int),
RuleflowPackage.getRuleflow_MinorVersion()void setMinorVersion(int value)
Minor Version' attribute.
value - the new value of the 'Minor Version' attribute.getMinorVersion()java.lang.String getVocabularyUpdateStamp()
If the meaning of the 'Vocabulary Update Stamp' attribute isn't clear, there really should be more of a description here...
setVocabularyUpdateStamp(String),
RuleflowPackage.getRuleflow_VocabularyUpdateStamp()void setVocabularyUpdateStamp(java.lang.String value)
Vocabulary Update Stamp' attribute.
value - the new value of the 'Vocabulary Update Stamp' attribute.getVocabularyUpdateStamp()org.eclipse.emf.ecore.EPackage getVocabulary()
If the meaning of the 'Vocabulary' reference isn't clear, there really should be more of a description here...
setVocabulary(EPackage),
RuleflowPackage.getRuleflow_Vocabulary()void setVocabulary(org.eclipse.emf.ecore.EPackage value)
Vocabulary' reference.
value - the new value of the 'Vocabulary' reference.getVocabulary()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.