Package cds.savot.model
Interface NameSupport
-
- All Known Implementing Classes:
SavotField
,SavotGroup
,SavotInfo
,SavotOption
,SavotParam
,SavotResource
,SavotTable
public interface NameSupport
This interface defines name attribute handling (get / set)- Author:
- Laurent Bourges (JMMC)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Get name attributevoid
setName(java.lang.String name)
Set name attribute
-