public static class IEC61499data.Variable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
integer |
protected java.lang.String |
location_prefix |
protected java.lang.String |
variable_name |
Constructor and Description |
---|
Variable() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.lang.Integer> |
get_integer()
Access to parse result, get the elements of the container integer
|
java.lang.String |
get_location_prefix()
Access to parse result.
|
java.lang.String |
get_variable_name()
Access to parse result.
|
int |
getSize_integer()
Access to parse result, get the size of the container integer.
|
java.lang.String |
toString() |
protected java.lang.String location_prefix
protected java.util.List<java.lang.Integer> integer
protected java.lang.String variable_name
public java.lang.String get_location_prefix()
public java.lang.Iterable<java.lang.Integer> get_integer()
public int getSize_integer()
public java.lang.String get_variable_name()
public java.lang.String toString()
toString
in class java.lang.Object