org.citygml4j.model.gml.basicTypes
Interface Null
- All Superinterfaces:
- Child, Copyable, GML, ModelObject
- All Known Implementing Classes:
- NullImpl
public interface Null
- extends GML, Child, Copyable
Methods inherited from interface org.citygml4j.model.gml.GML |
getGMLClass |
INAPPLICABLE
static final java.lang.String INAPPLICABLE
- See Also:
- Constant Field Values
MISSING
static final java.lang.String MISSING
- See Also:
- Constant Field Values
TEMPLATE
static final java.lang.String TEMPLATE
- See Also:
- Constant Field Values
UNKNOWN
static final java.lang.String UNKNOWN
- See Also:
- Constant Field Values
WITHHELD
static final java.lang.String WITHHELD
- See Also:
- Constant Field Values
getValue
java.lang.String getValue()
isSetValue
boolean isSetValue()
setValue
void setValue(java.lang.String value)
unsetValue
void unsetValue()