public static class IEC61499data.Single_byte_string_spec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
integer |
protected java.util.List<IEC61499data.Single_byte_character_representation> |
single_byte_character_representation |
Constructor and Description |
---|
Single_byte_string_spec() |
Modifier and Type | Method and Description |
---|---|
int |
get_integer()
Access to parse result.
|
java.lang.Iterable<IEC61499data.Single_byte_character_representation> |
get_single_byte_character_representation()
Access to parse result, get the elements of the container single_byte_character_representation
|
int |
getSize_single_byte_character_representation()
Access to parse result, get the size of the container single_byte_character_representation.
|
protected int integer
protected java.util.List<IEC61499data.Single_byte_character_representation> single_byte_character_representation
public int get_integer()
public java.lang.Iterable<IEC61499data.Single_byte_character_representation> get_single_byte_character_representation()
public int getSize_single_byte_character_representation()