Uses of Class
org.eclipse.stp.core.sca.OverrideOptions

Packages that use OverrideOptions
org.eclipse.stp.core.sca The SCA Model API 
org.eclipse.stp.core.sca.util SCA Model EMF Utilities 
 

Uses of OverrideOptions in org.eclipse.stp.core.sca
 

Fields in org.eclipse.stp.core.sca declared as OverrideOptions
static OverrideOptions OverrideOptions.MAY_LITERAL
          The 'May' literal object.
static OverrideOptions OverrideOptions.MUST_LITERAL
          The 'Must' literal object.
static OverrideOptions OverrideOptions.NO_LITERAL
          The 'No' literal object.
 

Methods in org.eclipse.stp.core.sca that return OverrideOptions
static OverrideOptions OverrideOptions.get(int value)
          Returns the 'Override Options' literal with the specified value.
static OverrideOptions OverrideOptions.get(java.lang.String name)
          Returns the 'Override Options' literal with the specified name.
 OverrideOptions ExternalService.getOverridable()
          Returns the value of the 'Overridable' attribute.
 

Methods in org.eclipse.stp.core.sca with parameters of type OverrideOptions
 void ExternalService.setOverridable(OverrideOptions value)
          Sets the value of the 'Overridable' attribute.
 

Uses of OverrideOptions in org.eclipse.stp.core.sca.util
 

Methods in org.eclipse.stp.core.sca.util with parameters of type OverrideOptions
 boolean SCAValidator.validateOverrideOptionsObject(OverrideOptions overrideOptionsObject, DiagnosticChain diagnostics, java.util.Map context)