|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.gml.dictionary.GenericDefinition
public class GenericDefinition
Default implementation of Definition.
| Constructor Summary | |
|---|---|
GenericDefinition(String id,
GMLStdProps gmlProps)
Creates a new GenericDefinition instance. |
|
| Method Summary | |
|---|---|
StringOrRef |
getDescription()
Returns the description. |
GMLStdProps |
getGMLProperties()
Returns the standard GML properties (e.g. |
String |
getId()
Returns the id of the object. |
CodeType[] |
getNames()
Returns the names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenericDefinition(String id,
GMLStdProps gmlProps)
GenericDefinition instance.
id - id of the definition, can be nullgmlProps - GML standard properties (which contain description and names), must not be null| Method Detail |
|---|
public String getId()
GMLObject
getId in interface GMLObjectnull if it doesn't have an idpublic StringOrRef getDescription()
Definition
getDescription in interface Definitionnullpublic CodeType[] getNames()
Definition
getNames in interface Definitionnullpublic GMLStdProps getGMLProperties()
GMLObjectgml:name).
getGMLProperties in interface GMLObject
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||