|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.bristol.star.cdf.GlobalAttribute
public class 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.
Constructor Summary | |
---|---|
GlobalAttribute(java.lang.String name,
AttributeEntry[] entries)
Constructor. |
Method Summary | |
---|---|
AttributeEntry[] |
getEntries()
Returns this attribute's entry values. |
java.lang.String |
getName()
Returns this attribute's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlobalAttribute(java.lang.String name, AttributeEntry[] entries)
name
- attribute nameentries
- attribute entriesMethod Detail |
---|
public java.lang.String getName()
public AttributeEntry[] getEntries()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |