|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 null
gmlProps
- GML standard properties (which contain description and names), must not be null
Method Detail |
---|
public String getId()
Object
getId
in interface Object
null
if it doesn't have an idpublic StringOrRef getDescription()
Definition
getDescription
in interface Definition
null
public CodeType[] getNames()
Definition
getNames
in interface Definition
null
public GMLStdProps getGMLProperties()
GMLObject
gml:name
).
getGMLProperties
in interface GMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |