Package uk.ac.bristol.star.cdf
Class GlobalAttribute
java.lang.Object
uk.ac.bristol.star.cdf.GlobalAttribute
Provides the description and entry values
for CDF attribute with global scope.
The gEntries and zEntries are combined in a single list, on the grounds that users are not likely to be much interested in the difference.
- Since:
- 20 Jun 2013
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns this attribute's entry values.getName()
Returns this attribute's name.
-
Constructor Details
-
GlobalAttribute
Constructor.- Parameters:
name
- attribute nameentries
- attribute entries
-
-
Method Details
-
getName
Returns this attribute's name.- Returns:
- attribute name
-
getEntries
Returns this attribute's entry values.- Returns:
- entry values for this attribute
-