Interface PDSObjectContext
-
- All Superinterfaces:
PDSContext
- All Known Subinterfaces:
NodeContext,PDSObject
- All Known Implementing Classes:
AutoGeneratedElements,JsonLabel,PDS3Label
public interface PDSObjectContext extends PDSContext
Interface for the PDS Context to be used for extracting values for the Velocity Templates.- Author:
- jpadams
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(String key)StringgetUnits(String key)voidsetMappings()voidsetParameters(PDSObject pdsObject)-
Methods inherited from interface gov.nasa.pds.imaging.generate.context.PDSContext
getContext
-
-
-
-
Method Detail
-
get
Object get(String key) throws TemplateException
- Throws:
TemplateException
-
setParameters
void setParameters(PDSObject pdsObject)
-
-