public class DatasetLink
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
text
Textual description of link.
|
java.lang.String |
title
Title of link.
|
java.lang.String |
url
URL to dataset source.
|
| Constructor and Description |
|---|
DatasetLink()
Constructs a DatasetLink with a null value.
|
DatasetLink(java.lang.String text,
java.lang.String title,
java.lang.String url)
Constructs a DatasetLink with the given attribute values.
|
public java.lang.String text
public java.lang.String title
public java.lang.String url
public DatasetLink()
public DatasetLink(java.lang.String text,
java.lang.String title,
java.lang.String url)
text - textual description of linktitle - display title of linkurl - URL to dataset sourceCDAS Feedback.
Copyright © 2003-2021 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.