Package cds.savot.model
Interface RefSupport
-
- All Known Implementing Classes:
SavotField,SavotFieldRef,SavotGroup,SavotInfo,SavotParam,SavotParamRef,SavotTable,SavotValues
public interface RefSupportThis interface defines ref attribute handling (get / set)- Author:
- Laurent Bourges (JMMC)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRef()Get the ref attributevoidsetRef(java.lang.String ref)Set the ref attribute
-