public static class IEC61499data.Date_literal
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
day |
protected int |
month |
protected int |
year |
Constructor and Description |
---|
Date_literal() |
Modifier and Type | Method and Description |
---|---|
int |
get_day()
Access to parse result.
|
int |
get_month()
Access to parse result.
|
int |
get_year()
Access to parse result.
|