Package net.opengis.fes20
Interface IdCapabilitiesType
-
- All Superinterfaces:
EObject
,IdCapabilities
,Notifier
- All Known Implementing Classes:
IdCapabilitiesTypeImpl
public interface IdCapabilitiesType extends EObject, IdCapabilities
A representation of the model object 'Id Capabilities Type'.The following features are supported:
- See Also:
Fes20Package.getIdCapabilitiesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ResourceIdentifierType>
getResourceIdentifier()
Returns the value of the 'Resource Identifier' containment reference list.-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface IdCapabilities
hasEID, hasFID
-
-
-
-
Method Detail
-
getResourceIdentifier
EList<ResourceIdentifierType> getResourceIdentifier()
Returns the value of the 'Resource Identifier' containment reference list. The list contents are of typeResourceIdentifierType
.If the meaning of the 'Resource Identifier' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Identifier' containment reference list.
- See Also:
Fes20Package.getIdCapabilitiesType_ResourceIdentifier()
-
-