|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceValue | |
org.deegree_impl.services.wcas.metadatadesc | |
org.deegree.services.wcas.metadatadesc |
Uses of InstanceValue in org.deegree_impl.services.wcas.metadatadesc |
Classes in org.deegree_impl.services.wcas.metadatadesc that implement InstanceValue | |
class |
InstanceValue_Impl
InstanceValue_Impl.java Created on 16. |
Fields in org.deegree_impl.services.wcas.metadatadesc declared as InstanceValue | |
private InstanceValue |
TypeValue_Impl.instancevalue
|
Methods in org.deegree_impl.services.wcas.metadatadesc that return InstanceValue | |
private static InstanceValue |
WCAS_ISO19119Factory.getInstanceValue(org.w3c.dom.Element ivElement)
returns an instance of the element <instanceValue> |
InstanceValue |
TypeValue_Impl.getInstanceValue()
|
InstanceValue[] |
PermittedValues_Impl.getInstanceValue()
Choice: minOccurs="0" maxOccurs="unbounded" |
Methods in org.deegree_impl.services.wcas.metadatadesc with parameters of type InstanceValue | |
void |
TypeValue_Impl.setInstanceValue(InstanceValue instancevalue)
|
void |
PermittedValues_Impl.addInstanceValues(InstanceValue instancevalue)
|
void |
PermittedValues_Impl.setInstanceValues(InstanceValue[] instancevalue)
|
Constructors in org.deegree_impl.services.wcas.metadatadesc with parameters of type InstanceValue | |
TypeValue_Impl(DataType datatype,
EnumValues enumvalues,
InstanceValue instancevalue,
Range range)
Creates a new instance of TypeValue_Impl |
|
PermittedValues_Impl(DataType[] datatype,
EnumValues[] enumvalues,
InstanceValue[] instancevalue,
OnLineResource onlineresource,
Range[] range)
Creates a new instance of PermittedValues_Impl |
Uses of InstanceValue in org.deegree.services.wcas.metadatadesc |
Methods in org.deegree.services.wcas.metadatadesc that return InstanceValue | |
InstanceValue |
TypeValue.getInstanceValue()
|
InstanceValue[] |
PermittedValues.getInstanceValue()
Choice: minOccurs="0" maxOccurs="unbounded" |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |