public static class IEC61499data.Case_list
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IEC61499data.Enumerated_value> |
enumerated_value |
protected java.util.List<java.lang.Integer> |
signed_integer |
protected java.util.List<IEC61499data.Subrange> |
subrange |
Constructor and Description |
---|
Case_list() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IEC61499data.Enumerated_value> |
get_enumerated_value()
Access to parse result, get the elements of the container enumerated_value
|
java.lang.Iterable<java.lang.Integer> |
get_signed_integer()
Access to parse result, get the elements of the container signed_integer
|
java.lang.Iterable<IEC61499data.Subrange> |
get_subrange()
Access to parse result, get the elements of the container subrange
|
int |
getSize_enumerated_value()
Access to parse result, get the size of the container enumerated_value.
|
int |
getSize_signed_integer()
Access to parse result, get the size of the container signed_integer.
|
int |
getSize_subrange()
Access to parse result, get the size of the container subrange.
|
protected java.util.List<IEC61499data.Subrange> subrange
protected java.util.List<java.lang.Integer> signed_integer
protected java.util.List<IEC61499data.Enumerated_value> enumerated_value
public java.lang.Iterable<IEC61499data.Subrange> get_subrange()
public int getSize_subrange()
public java.lang.Iterable<java.lang.Integer> get_signed_integer()
public int getSize_signed_integer()
public java.lang.Iterable<IEC61499data.Enumerated_value> get_enumerated_value()
public int getSize_enumerated_value()