|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.feature.types.property.AbstractPropertyType
org.deegree.feature.types.property.CustomPropertyType
public class CustomPropertyType
PropertyType that defines a property with a user-defined value type.
| Field Summary |
|---|
| Fields inherited from class org.deegree.feature.types.property.AbstractPropertyType |
|---|
maxOccurs, minOccurs, name, substitutions |
| Constructor Summary | |
|---|---|
CustomPropertyType(QName name,
int minOccurs,
int maxOccurs,
QName xsdType,
boolean isAbstract,
List<PropertyType<?>> substitutions)
|
|
| Method Summary | |
|---|---|
QName |
getXSDValueType()
|
String |
toString()
|
| Methods inherited from class org.deegree.feature.types.property.AbstractPropertyType |
|---|
getMaxOccurs, getMinOccurs, getName, getSubstitutions, isAbstract |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CustomPropertyType(QName name,
int minOccurs,
int maxOccurs,
QName xsdType,
boolean isAbstract,
List<PropertyType<?>> substitutions)
| Method Detail |
|---|
public QName getXSDValueType()
public String toString()
toString in class Object
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||