org.apache.tuscany.sdo
Interface SDOExtendedMetaData

All Superinterfaces:
org.eclipse.emf.ecore.util.ExtendedMetaData
All Known Implementing Classes:
SDOExtendedMetaDataImpl

public interface SDOExtendedMetaData
extends org.eclipse.emf.ecore.util.ExtendedMetaData


Field Summary
static SDOExtendedMetaData INSTANCE
           
 
Fields inherited from interface org.eclipse.emf.ecore.util.ExtendedMetaData
ANNOTATION_URI, ATTRIBUTE_FEATURE, ATTRIBUTE_WILDCARD_FEATURE, COLLAPSE_WHITE_SPACE, CONTENT_KINDS, DERIVATION_KINDS, ELEMENT_FEATURE, ELEMENT_ONLY_CONTENT, ELEMENT_WILDCARD_FEATURE, EMPTY_CONTENT, FEATURE_KINDS, GROUP_FEATURE, LAX_PROCESSING, LIST_DERIVATION, MIXED_CONTENT, PRESERVE_WHITE_SPACE, PROCESSING_KINDS, REPLACE_WHITE_SPACE, RESTRICTION_DERIVATION, SIMPLE_CONTENT, SIMPLE_FEATURE, SKIP_PROCESSING, STRICT_PROCESSING, UNION_DERIVATION, UNSPECIFIED_CONTENT, UNSPECIFIED_DERIVATION, UNSPECIFIED_FEATURE, UNSPECIFIED_PROCESSING, UNSPECIFIED_WHITE_SPACE, WHITE_SPACE_KINDS, XMI_URI, XML_SCHEMA_URI, XML_URI, XMLNS_PREFIX, XMLNS_URI, XSI_PREFIX, XSI_URI
 
Method Summary
 List getAliasNames(org.eclipse.emf.ecore.EModelElement eModelElement)
           
 void setAliasNames(org.eclipse.emf.ecore.EModelElement eModelElement, List aliasNames)
           
 void setAliasNames(org.eclipse.emf.ecore.EModelElement eModelElement, String aliasNames)
           
 void setFeatureNamespaceMatchingLax(boolean featureNamespaceMatchingLax)
           
 
Methods inherited from interface org.eclipse.emf.ecore.util.ExtendedMetaData
demandedPackages, demandFeature, demandFeature, demandPackage, demandType, getAffiliation, getAffiliation, getAllAttributes, getAllElements, getAttribute, getAttribute, getAttributes, getAttributeWildcardAffiliation, getBaseType, getContentKind, getDerivationKind, getDocumentRoot, getElement, getElement, getElements, getElementWildcardAffiliation, getEnumerationFacet, getFeatureKind, getFractionDigitsFacet, getGroup, getItemType, getLengthFacet, getMaxExclusiveFacet, getMaxInclusiveFacet, getMaxLengthFacet, getMemberTypes, getMinExclusiveFacet, getMinInclusiveFacet, getMinLengthFacet, getMixedFeature, getName, getName, getNamespace, getNamespace, getNamespace, getPackage, getPatternFacet, getProcessingKind, getSimpleFeature, getTotalDigitsFacet, getType, getType, getWhiteSpaceFacet, getWildcards, getXMLNSPrefixMapFeature, getXSISchemaLocationMapFeature, isAnonymous, isDocumentRoot, isQualified, matches, matches, putPackage, setAffiliation, setBaseType, setContentKind, setDocumentRoot, setEnumerationFacet, setFeatureKind, setFractionDigitsFacet, setGroup, setItemType, setLengthFacet, setMaxExclusiveFacet, setMaxInclusiveFacet, setMaxLengthFacet, setMemberTypes, setMinExclusiveFacet, setMinInclusiveFacet, setMinLengthFacet, setName, setName, setNamespace, setPatternFacet, setProcessingKind, setQualified, setTotalDigitsFacet, setWhiteSpaceFacet, setWildcards
 

Field Detail

INSTANCE

static final SDOExtendedMetaData INSTANCE
Method Detail

getAliasNames

List getAliasNames(org.eclipse.emf.ecore.EModelElement eModelElement)

setAliasNames

void setAliasNames(org.eclipse.emf.ecore.EModelElement eModelElement,
                   List aliasNames)

setAliasNames

void setAliasNames(org.eclipse.emf.ecore.EModelElement eModelElement,
                   String aliasNames)

setFeatureNamespaceMatchingLax

void setFeatureNamespaceMatchingLax(boolean featureNamespaceMatchingLax)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.