Package iip.datatypes
Interface KRec13
-
- All Known Implementing Classes:
KRec13Impl
public interface KRec13Interface of the application data type KRec13. Generated by: EASy-Producer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIntField()Returns the value ofintField.java.lang.StringgetStringField()Returns the value ofstringField.voidsetIntField(int value)Changes the value ofintField.voidsetStringField(java.lang.String value)Changes the value ofstringField.
-
-
-
Method Detail
-
getIntField
int getIntField()
Returns the value ofintField.- Returns:
- the value
-
getStringField
java.lang.String getStringField()
Returns the value ofstringField.- Returns:
- the value
-
setIntField
void setIntField(int value)
Changes the value ofintField.- Parameters:
value- the new value
-
setStringField
void setStringField(java.lang.String value)
Changes the value ofstringField.- Parameters:
value- the new value
-
-