Package cds.savot.model
Interface RefSupport
-
- All Known Implementing Classes:
SavotField
,SavotFieldRef
,SavotGroup
,SavotInfo
,SavotParam
,SavotParamRef
,SavotTable
,SavotValues
public interface RefSupport
This 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.String
getRef()
Get the ref attributevoid
setRef(java.lang.String ref)
Set the ref attribute
-