|
||||||||||
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,
org.deegree.commons.tom.gml.GMLStdProps gmlProps)
Creates a new GenericDefinition instance. |
Method Summary | |
---|---|
org.deegree.commons.tom.ows.StringOrRef |
getDescription()
Returns the description. |
org.deegree.commons.tom.gml.GMLStdProps |
getGMLProperties()
|
String |
getId()
|
org.deegree.commons.tom.ows.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, org.deegree.commons.tom.gml.GMLStdProps gmlProps)
GenericDefinition
instance.
id
- id of the definition, can be null
gmlProps
- GML standard properties (which contain description and names), must not be null
Method Detail |
---|
public String getId()
getId
in interface org.deegree.commons.tom.Object
public org.deegree.commons.tom.ows.StringOrRef getDescription()
Definition
getDescription
in interface Definition
null
public org.deegree.commons.tom.ows.CodeType[] getNames()
Definition
getNames
in interface Definition
null
public org.deegree.commons.tom.gml.GMLStdProps getGMLProperties()
getGMLProperties
in interface org.deegree.commons.tom.gml.GMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |