public interface Rec13
| Modifier and Type | Method and Description |
|---|---|
int |
getIntField()
Returns the value of
intField. |
String |
getStringField()
Returns the value of
stringField. |
void |
setIntField(int value)
Changes the value of
intField. |
void |
setStringField(String value)
Changes the value of
stringField. |
int getIntField()
intField.String getStringField()
stringField.void setIntField(int value)
intField.value - the new valuevoid setStringField(String value)
stringField.value - the new valueCopyright © 2022. All rights reserved.