org.eclipse.xsd.provider
Class XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault

java.lang.Object
  extended byItemPropertyDescriptor
      extended byorg.eclipse.xsd.provider.XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault
Direct Known Subclasses:
XSDElementDeclarationItemProvider.DelegatingItemPropertyDescriptor
Enclosing class:
XSDItemProviderAdapter

public static class XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault
extends ItemPropertyDescriptor

See Also:
Serialized Form

Constructor Summary
XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage)
           
 
Method Summary
 Collection getChoiceOfValues(Object o)
           
 Object getPropertyDefaultValue(Object o)
           
 Object getPropertyValue(Object o)
           
 void resetPropertyValue(Object o)
           
 void setPropertyValue(Object o, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault

public XSDItemProviderAdapter.ItemPropertyDescriptorWithDefault(AdapterFactory adapterFactory,
                                                                String displayName,
                                                                String description,
                                                                EStructuralFeature feature,
                                                                boolean isSettable,
                                                                Object staticImage)
Method Detail

getPropertyValue

public Object getPropertyValue(Object o)

setPropertyValue

public void setPropertyValue(Object o,
                             Object value)

resetPropertyValue

public void resetPropertyValue(Object o)

getChoiceOfValues

public Collection getChoiceOfValues(Object o)

getPropertyDefaultValue

public Object getPropertyDefaultValue(Object o)

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.