public static class IEC61499data.Octal_integer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
octal_digit |
protected java.util.List<java.lang.String> |
text |
Constructor and Description |
---|
Octal_integer() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.lang.String> |
get_octal_digit()
Access to parse result, get the elements of the container octal_digit
|
java.lang.Iterable<java.lang.String> |
get_text()
Access to parse result, get the elements of the container text
|
int |
getSize_octal_digit()
Access to parse result, get the size of the container octal_digit.
|
int |
getSize_text()
Access to parse result, get the size of the container text.
|
protected java.util.List<java.lang.String> octal_digit
protected java.util.List<java.lang.String> text
public java.lang.Iterable<java.lang.String> get_octal_digit()
public int getSize_octal_digit()
public java.lang.Iterable<java.lang.String> get_text()
public int getSize_text()