Class GlobalAttribute

java.lang.Object
uk.ac.bristol.star.cdf.GlobalAttribute

public class GlobalAttribute extends Object
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 Details

    • GlobalAttribute

      public GlobalAttribute(String name, AttributeEntry[] entries)
      Constructor.
      Parameters:
      name - attribute name
      entries - attribute entries
  • Method Details

    • getName

      public String getName()
      Returns this attribute's name.
      Returns:
      attribute name
    • getEntries

      public AttributeEntry[] getEntries()
      Returns this attribute's entry values.
      Returns:
      entry values for this attribute