de.cau.cs.kieler.kwebs.servicedata
Interface LayoutOption

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
LayoutOptionImpl

public interface LayoutOption
extends EObject

A representation of the model object 'Layout Option'.

The following features are supported:

See Also:
ServiceDataPackage.getLayoutOption()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getAppliesTo()
          Returns the value of the 'Applies To' attribute.
 String getDefault()
          Returns the value of the 'Default' attribute.
 String getDescription()
          Returns the value of the 'Description' attribute.
 String getId()
          Returns the value of the 'Id' attribute.
 String getImplementation()
          Returns the value of the 'Implementation' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 RemoteEnum getRemoteEnum()
          Returns the value of the 'Remote Enum' containment reference.
 String getType()
          Returns the value of the 'Type' attribute.
 boolean isAdvanced()
          Returns the value of the 'Advanced' attribute.
 void setAdvanced(boolean value)
          Sets the value of the 'Advanced' attribute.
 void setAppliesTo(String value)
          Sets the value of the 'Applies To' attribute.
 void setDefault(String value)
          Sets the value of the 'Default' attribute.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 void setImplementation(String value)
          Sets the value of the 'Implementation' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setRemoteEnum(RemoteEnum value)
          Sets the value of the 'Remote Enum' containment reference.
 void setType(String value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), ServiceDataPackage.getLayoutOption_Id()
Generated:
This code was automatically generated.
Model element:
required=true

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated:
This code was automatically generated.

getType

String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), ServiceDataPackage.getLayoutOption_Type()
Generated:
This code was automatically generated.
Model element:
required=true

setType

void setType(String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated:
This code was automatically generated.

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ServiceDataPackage.getLayoutOption_Name()
Generated:
This code was automatically generated.
Model element:
required=true

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:
This code was automatically generated.

getDescription

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), ServiceDataPackage.getLayoutOption_Description()
Generated:
This code was automatically generated.
Model element

setDescription

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

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated:
This code was automatically generated.

getAppliesTo

String getAppliesTo()
Returns the value of the 'Applies To' attribute.

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

Returns:
the value of the 'Applies To' attribute.
See Also:
setAppliesTo(String), ServiceDataPackage.getLayoutOption_AppliesTo()
Generated:
This code was automatically generated.
Model element

setAppliesTo

void setAppliesTo(String value)
Sets the value of the 'Applies To' attribute.

Parameters:
value - the new value of the 'Applies To' attribute.
See Also:
getAppliesTo()
Generated:
This code was automatically generated.

getDefault

String getDefault()
Returns the value of the 'Default' attribute.

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

Returns:
the value of the 'Default' attribute.
See Also:
setDefault(String), ServiceDataPackage.getLayoutOption_Default()
Generated:
This code was automatically generated.
Model element

setDefault

void setDefault(String value)
Sets the value of the 'Default' attribute.

Parameters:
value - the new value of the 'Default' attribute.
See Also:
getDefault()
Generated:
This code was automatically generated.

isAdvanced

boolean isAdvanced()
Returns the value of the 'Advanced' attribute.

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

Returns:
the value of the 'Advanced' attribute.
See Also:
setAdvanced(boolean), ServiceDataPackage.getLayoutOption_Advanced()
Generated:
This code was automatically generated.
Model element

setAdvanced

void setAdvanced(boolean value)
Sets the value of the 'Advanced' attribute.

Parameters:
value - the new value of the 'Advanced' attribute.
See Also:
isAdvanced()
Generated:
This code was automatically generated.

getRemoteEnum

RemoteEnum getRemoteEnum()
Returns the value of the 'Remote Enum' containment reference.

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

Returns:
the value of the 'Remote Enum' containment reference.
See Also:
setRemoteEnum(RemoteEnum), ServiceDataPackage.getLayoutOption_RemoteEnum()
Generated:
This code was automatically generated.
Model element:
containment=true

setRemoteEnum

void setRemoteEnum(RemoteEnum value)
Sets the value of the 'Remote Enum' containment reference.

Parameters:
value - the new value of the 'Remote Enum' containment reference.
See Also:
getRemoteEnum()
Generated:
This code was automatically generated.

getImplementation

String getImplementation()
Returns the value of the 'Implementation' attribute.

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

Returns:
the value of the 'Implementation' attribute.
See Also:
setImplementation(String), ServiceDataPackage.getLayoutOption_Implementation()
Generated:
This code was automatically generated.
Model element

setImplementation

void setImplementation(String value)
Sets the value of the 'Implementation' attribute.

Parameters:
value - the new value of the 'Implementation' attribute.
See Also:
getImplementation()
Generated:
This code was automatically generated.