external/spdfcdas/
spdfdatasetlink__define.pro
This class is an IDL representation of the DatasetLink element from the Coordinated Data Analysis System (CDAS) XML schema.
Author information
- Author
B. Harris
- Copyright
Copyright (c) 2010-2013 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.
Class description for SpdfDatasetLink
Fields
Fields in SpdfDatasetLink
- text ''
link text value.
- title ''
link title value.
- url ''
link URL value.
Routines
Routines from spdfdatasetlink__define.pro
result = SpdfDatasetLink::init(title, text, url)
Creates an SpdfDatasetLink object.
SpdfDatasetLink::cleanup
Performs cleanup operations when this object is destroyed.
result = SpdfDatasetLink::getTitle()
Gets the title value.
result = SpdfDatasetLink::getText()
Gets the text value.
result = SpdfDatasetLink::getUrl()
Gets the URL value.
SpdfDatasetLink::print
Prints a textual representation of this object.
SpdfDatasetLink__define
Defines the SpdfCdfRequest class.
Routine details
top source SpdfDatasetLink::init
result = SpdfDatasetLink::init(title, text, url)
Creates an SpdfDatasetLink object.
Return value
reference to an SpdfDatasetLink object.
Parameters
- title in type=string
link title value.
- text in type=string
link text value.
- url in type=string
link URL value.
top source SpdfDatasetLink::cleanup
SpdfDatasetLink::cleanup
Performs cleanup operations when this object is destroyed.
top source SpdfDatasetLink::getTitle
result = SpdfDatasetLink::getTitle()
Gets the title value.
Return value
title value.
top source SpdfDatasetLink::getText
result = SpdfDatasetLink::getText()
Gets the text value.
Return value
text value.
top source SpdfDatasetLink::getUrl
result = SpdfDatasetLink::getUrl()
Gets the URL value.
Return value
URL value.
File attributes
Modification date: | Thu Feb 13 16:41:59 2014 |
Lines: | 37 |