Class GPEElement
java.lang.Object
org.gvsig.fmap.dal.store.gpe.model.GPEElement
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Constructor Summary
ConstructorsConstructorDescriptionGPEElement(String name, Object value) GPEElement(String name, Object value, GPEElement parentElement) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChildElement(GPEElement children) It adds a new child elementgetName()getValue()
-
Constructor Details
-
GPEElement
-
GPEElement
-
-
Method Details
-
addChildElement
It adds a new child element- Parameters:
children- The element to add
-
getName
- Returns:
- the name
-
getValue
- Returns:
- the value
-