public static class IEC61499data.Seconds
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IEC61499data.Fixed_point |
fixed_point |
protected int |
integer |
protected java.lang.String |
text |
Constructor and Description |
---|
Seconds() |
Modifier and Type | Method and Description |
---|---|
IEC61499data.Fixed_point |
get_fixed_point()
Access to parse result.
|
int |
get_integer()
Access to parse result.
|
java.lang.String |
get_text()
Access to parse result.
|
protected IEC61499data.Fixed_point fixed_point
protected int integer
protected java.lang.String text
public IEC61499data.Fixed_point get_fixed_point()
public int get_integer()
public java.lang.String get_text()