public class GlobalAttribute
extends java.lang.Object
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 and Description |
---|
GlobalAttribute(java.lang.String name,
AttributeEntry[] entries)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AttributeEntry[] |
getEntries()
Returns this attribute's entry values.
|
java.lang.String |
getName()
Returns this attribute's name.
|
public GlobalAttribute(java.lang.String name, AttributeEntry[] entries)
name
- attribute nameentries
- attribute entriespublic java.lang.String getName()
public AttributeEntry[] getEntries()