Package iip.datatypes
Interface Rec1
- All Known Implementing Classes:
Rec1Impl
public interface Rec1
Interface of the application data type Rec1.
Generated by: EASy-Producer.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value ofintField.Returns the value ofstringField.voidsetIntField(int value) Changes the value ofintField.voidsetStringField(String value) Changes the value ofstringField.
-
Method Details
-
getIntField
int getIntField()Returns the value ofintField.- Returns:
- the value
-
setIntField
void setIntField(int value) Changes the value ofintField.- Parameters:
value- the new value
-
getStringField
String getStringField()Returns the value ofstringField.- Returns:
- the value
-
setStringField
Changes the value ofstringField.- Parameters:
value- the new value
-