Interface PropertyRow
-
- All Known Implementing Classes:
PropertyRowImpl
public interface PropertyRow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetValue()voidsetName(String name)voidsetValue(String value)
-