Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core.xsd
Class XsdComponent<A extends org.eclipse.xsd.XSDConcreteComponent>

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterImpl
      extended by org.eclipse.jpt.jaxb.core.xsd.XsdComponent<A>
All Implemented Interfaces:
Adapter, Adapter.Internal
Direct Known Subclasses:
XsdAttributeGroupDefinition, XsdAttributeUse, XsdFeature, XsdModelGroup, XsdModelGroupDefinition, XsdParticle, XsdSchema, XsdTypeDefinition

public class XsdComponent<A extends org.eclipse.xsd.XSDConcreteComponent>
extends AdapterImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
 
Field Summary
protected  A xsdComponent
           
 
Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
target
 
Constructor Summary
protected XsdComponent(A xsdComponent)
           
 
Method Summary
 A getXSDComponent()
           
 boolean isAdapterForType(Object type)
           
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl
getTarget, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xsdComponent

protected final A extends org.eclipse.xsd.XSDConcreteComponent xsdComponent
Constructor Detail

XsdComponent

protected XsdComponent(A xsdComponent)
Method Detail

getXSDComponent

public A getXSDComponent()

isAdapterForType

public boolean isAdapterForType(Object type)
Specified by:
isAdapterForType in interface Adapter
Overrides:
isAdapterForType in class AdapterImpl

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.