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