public static class IEC61499data.Enumerated_specification
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
enumerated_type_name |
protected java.util.List<IEC61499data.Enumerated_value> |
enumerated_value |
Constructor and Description |
---|
Enumerated_specification() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_enumerated_type_name()
Access to parse result.
|
java.lang.Iterable<IEC61499data.Enumerated_value> |
get_enumerated_value()
Access to parse result, get the elements of the container enumerated_value
|
int |
getSize_enumerated_value()
Access to parse result, get the size of the container enumerated_value.
|
protected java.util.List<IEC61499data.Enumerated_value> enumerated_value
protected java.lang.String enumerated_type_name
public java.lang.Iterable<IEC61499data.Enumerated_value> get_enumerated_value()
public int getSize_enumerated_value()
public java.lang.String get_enumerated_type_name()