Package | Description |
---|---|
org.n52.oxf.feature |
Modifier and Type | Field and Description |
---|---|
protected DataType |
OXFFeatureAttributeDescriptor.dataType |
Modifier and Type | Method and Description |
---|---|
DataType |
OXFFeatureAttributeDescriptor.getDataType()
Returns a constant from
DataType . |
(package private) DataType |
OXFFeatureAttributeDescriptor.Attribute.getType() |
static DataType |
DataType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
OXFFeatureAttributeDescriptor.Attribute.setType(DataType type) |
Constructor and Description |
---|
Attribute(String name,
DataType type) |
OXFFeatureAttributeDescriptor(String name,
DataType dataType,
Class objectClass) |
OXFFeatureAttributeDescriptor(String name,
DataType dataType,
Class objectClass,
int minOccurrences,
int maxOccurrences,
String documentation) |
OXFGeometryAttribute(String name,
DataType dataType,
Class objectClass,
int minOccurrences,
int maxOccurrences,
String documentation,
Class<geomClazz> geometryClass) |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.