Package cds.savot.model
Interface NameSupport
-
- All Known Implementing Classes:
SavotField,SavotGroup,SavotInfo,SavotOption,SavotParam,SavotResource,SavotTable
public interface NameSupportThis 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.StringgetName()Get name attributevoidsetName(java.lang.String name)Set name attribute
-