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
-
Method Details
-
setName
Set name attribute- Parameters:
name
-
-
getName
String getName()Get name attribute- Returns:
- String
-