public interface EffectivityRange extends RuleModelElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEffectiveDate()
Returns the value of the 'Effective Date' attribute
|
java.util.Date |
getExpirationDate()
Returns the value of the 'Expiration Date' 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 |
getDocumentingRuleStatementsjava.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),
RulesheetPackage.getEffectivityRange_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),
RulesheetPackage.getEffectivityRange_ExpirationDate()void setExpirationDate(java.util.Date value)
Expiration Date' attribute.
value - the new value of the 'Expiration Date' attribute.getExpirationDate()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.