public static class IEC61499data.Plug_list
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.String> |
adapter_type_name |
protected java.util.List<IEC61499data.Parameter> |
parameter |
protected java.util.List<java.lang.String> |
plug_name |
Constructor and Description |
---|
Plug_list() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.lang.String> |
get_adapter_type_name()
Access to parse result, get the elements of the container adapter_type_name
|
java.lang.Iterable<IEC61499data.Parameter> |
get_Parameter()
Access to parse result, get the elements of the container Parameter
|
java.lang.Iterable<java.lang.String> |
get_plug_name()
Access to parse result, get the elements of the container plug_name
|
int |
getSize_adapter_type_name()
Access to parse result, get the size of the container adapter_type_name.
|
int |
getSize_Parameter()
Access to parse result, get the size of the container Parameter.
|
int |
getSize_plug_name()
Access to parse result, get the size of the container plug_name.
|
protected java.util.List<java.lang.String> plug_name
protected java.util.List<java.lang.String> adapter_type_name
protected java.util.List<IEC61499data.Parameter> parameter
public java.lang.Iterable<java.lang.String> get_plug_name()
public int getSize_plug_name()
public java.lang.Iterable<java.lang.String> get_adapter_type_name()
public int getSize_adapter_type_name()
public java.lang.Iterable<IEC61499data.Parameter> get_Parameter()
public int getSize_Parameter()