public interface Structure
extends org.eclipse.emf.ecore.EObject, java.util.Map<java.lang.String,java.lang.Object>
RfcPackage.getStructure()| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(java.lang.Object key,
java.lang.Class<T> type)
Returns the value to which the specified key is mapped,
or
null if this Structure contains no mapping for the key. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset<T> T get(java.lang.Object key,
java.lang.Class<T> type)
null if this Structure contains no mapping for the key.key - - the key whose associated value is to be returnedtype - - the type of required valuenull if this map contains no mapping for the key
Copyright © 2015 Red Hat, Inc.. All Rights Reserved.