org.eclipse.mtj.api.devices
Interface ConfigurationError

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ConfigurationErrorImpl

public interface ConfigurationError
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Configuration Error'.

The following features are supported:

See Also:
DevicesPackage.getConfigurationError()

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.lang.String getErrorType()
          Returns the value of the 'Error Type' attribute.
 ConfigurationItem getItem()
          Returns the value of the 'Item' reference.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setErrorType(java.lang.String value)
          Sets the value of the 'Error Type' attribute.
 void setItem(ConfigurationItem value)
          Sets the value of the 'Item' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getItem

ConfigurationItem getItem()
Returns the value of the 'Item' reference.

If the meaning of the 'Item' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Item' reference.
See Also:
setItem(ConfigurationItem), DevicesPackage.getConfigurationError_Item()

setItem

void setItem(ConfigurationItem value)
Sets the value of the 'Item' reference.

Parameters:
value - the new value of the 'Item' reference.
See Also:
getItem()

getErrorType

java.lang.String getErrorType()
Returns the value of the 'Error Type' attribute.

If the meaning of the 'Error Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Error Type' attribute.
See Also:
setErrorType(String), DevicesPackage.getConfigurationError_ErrorType()

setErrorType

void setErrorType(java.lang.String value)
Sets the value of the 'Error Type' attribute.

Parameters:
value - the new value of the 'Error Type' attribute.
See Also:
getErrorType()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), DevicesPackage.getConfigurationError_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()