public static class IEC61499data.Var1_declaration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IEC61499data.Enumerated_specification |
enumerated_specification |
protected IEC61499data.Subrange_specification |
subrange_specification |
protected java.lang.String |
type |
protected IEC61499data.Var1_list |
var1_list |
Constructor and Description |
---|
Var1_declaration() |
Modifier and Type | Method and Description |
---|---|
IEC61499data.Enumerated_specification |
get_enumerated_specification()
Access to parse result.
|
IEC61499data.Subrange_specification |
get_subrange_specification()
Access to parse result.
|
java.lang.String |
get_Type()
Access to parse result.
|
IEC61499data.Var1_list |
get_var1_list()
Access to parse result.
|
protected IEC61499data.Var1_list var1_list
protected java.lang.String type
protected IEC61499data.Subrange_specification subrange_specification
protected IEC61499data.Enumerated_specification enumerated_specification
public IEC61499data.Var1_list get_var1_list()
public java.lang.String get_Type()
public IEC61499data.Subrange_specification get_subrange_specification()
public IEC61499data.Enumerated_specification get_enumerated_specification()