public interface DateFormatClause extends ASTNode
The following features are supported:
COBOLPackage.getDateFormatClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatePattern()
Returns the value of the 'Date Pattern' attribute.
|
void |
setDatePattern(java.lang.String value)
Sets the value of the '
Date Pattern' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getDatePattern()
setDatePattern(String),
COBOLPackage.getDateFormatClause_DatePattern()void setDatePattern(java.lang.String value)
Date Pattern' attribute.
value - the new value of the 'Date Pattern' attribute.getDatePattern()