58 |
* {@link #getLocalName()} value. The first may be <code>null</code> or |
* {@link #getLocalName()} value. The first may be <code>null</code> or |
59 |
* represent the layer name. |
* represent the layer name. |
60 |
*/ |
*/ |
61 |
public NameImpl getName(); |
public Name getName(); |
62 |
|
|
63 |
/** |
/** |
64 |
* set the fully qualified {@link Name} of this attribute. |
* set the fully qualified {@link Name} of this attribute. |
65 |
*/ |
*/ |
66 |
public void setName(NameImpl name); |
public void setName(Name name); |
67 |
|
|
68 |
/** |
/** |
69 |
* A list og objects that represent NODATA-values for this attribute. The |
* A list og objects that represent NODATA-values for this attribute. The |