|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionCode | |
org.deegree_impl.services.wcas.metadatadesc | |
org.deegree.services.wcas.metadatadesc |
Uses of FunctionCode in org.deegree_impl.services.wcas.metadatadesc |
Classes in org.deegree_impl.services.wcas.metadatadesc that implement FunctionCode | |
class |
FunctionCode_Impl
FunctionCode_Impl.java Created on 16. |
Fields in org.deegree_impl.services.wcas.metadatadesc declared as FunctionCode | |
private FunctionCode |
ValueOnLineResource_Impl.functioncode
|
private FunctionCode |
OnLineResource_Impl.functioncode
|
private FunctionCode |
ConnectPoint_Impl.functioncode
|
Methods in org.deegree_impl.services.wcas.metadatadesc that return FunctionCode | |
private static FunctionCode |
WCAS_ISO19119Factory.getFunctionCode(org.w3c.dom.Element fcElement)
returns an instance of the element <functionCode> minOccurs="0" contains the attribute value. use=required. possible values are access, additionalInformation, download, order, search |
FunctionCode |
ValueOnLineResource_Impl.getFunctionCode()
minOccurs="0" |
FunctionCode |
OnLineResource_Impl.getFunctionCode()
minOccurs="0" |
FunctionCode |
ConnectPoint_Impl.getFunctionCode()
minOccurs="0" |
Methods in org.deegree_impl.services.wcas.metadatadesc with parameters of type FunctionCode | |
void |
ValueOnLineResource_Impl.setFunctionCode(FunctionCode functioncode)
|
void |
OnLineResource_Impl.setFunctionCode(FunctionCode functioncode)
|
void |
ConnectPoint_Impl.setFunctionCode(FunctionCode functioncode)
|
Constructors in org.deegree_impl.services.wcas.metadatadesc with parameters of type FunctionCode | |
ValueOnLineResource_Impl(java.lang.String applicationprofile,
FunctionCode functioncode,
Linkage linkage,
java.lang.String onlineresourcedescription,
java.lang.String onlineresourcename,
java.lang.String protocol)
Creates a new instance of ValueOnlineResource_Impl |
|
OnLineResource_Impl(java.lang.String applicationprofile,
FunctionCode functioncode,
Linkage linkage,
java.lang.String onlineresourcedescription,
java.lang.String onlineresourcename,
java.lang.String protocol)
Creates a new instance of OnLineResource_Impl |
|
ConnectPoint_Impl(java.lang.String applicationprofile,
FunctionCode functioncode,
Linkage linkage,
java.lang.String onlineresourcedescription,
java.lang.String onlineresourcename,
java.lang.String protocol)
Creates a new instance of ConnectPoint_Impl |
Uses of FunctionCode in org.deegree.services.wcas.metadatadesc |
Methods in org.deegree.services.wcas.metadatadesc that return FunctionCode | |
FunctionCode |
ValueOnLineResource.getFunctionCode()
minOccurs="0" |
FunctionCode |
OnLineResource.getFunctionCode()
minOccurs="0" |
FunctionCode |
ConnectPoint.getFunctionCode()
minOccurs="0" |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |