public final class FeatureProperty extends Object
Constructor and Description |
---|
FeatureProperty(QName featureType,
org.apache.xerces.xs.XSElementDeclaration declaration)
Constructor specifying the feature type and property declaration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
org.apache.xerces.xs.XSElementDeclaration |
getDeclaration()
Gets the element declaration for this feature property.
|
QName |
getFeatureType()
Gets the qualified name of the feature type to which this property
belongs.
|
QName |
getName()
Gets the qualified name of the feature property.
|
(package private) QName |
getTypeName(org.apache.xerces.xs.XSElementDeclaration elementDecl)
Returns the qualified name of the property value type.
|
QName |
getValueType()
Gets the qualified name of the property value type.
|
int |
hashCode() |
String |
toString() |
public FeatureProperty(QName featureType, org.apache.xerces.xs.XSElementDeclaration declaration)
featureType
- A QName specifying the feature type to which the property
belongs.declaration
- A schema component representing an element declaration for the
property.public QName getName()
public QName getFeatureType()
public QName getValueType()
public org.apache.xerces.xs.XSElementDeclaration getDeclaration()
QName getTypeName(org.apache.xerces.xs.XSElementDeclaration elementDecl)
elementDecl
- A schema component representing an element declaration.Copyright © 2022 Open Geospatial Consortium. All rights reserved.