g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base
Interface OperatingSystemType

All Known Implementing Classes:
OperatingSystemTypeImpl

public interface OperatingSystemType

A representation of the model object 'Operating System Type'.

The following features are supported:

See Also:
JsdlPackage.getOperatingSystemType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 OperatingSystemTypeType getOperatingSystemType()
          Returns the value of the 'Operating System Type' containment reference
 java.lang.String getOperatingSystemVersion()
          Returns the value of the 'Operating System Version' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setOperatingSystemType(OperatingSystemTypeType value)
          Sets the value of the 'Operating System Type' containment reference
 void setOperatingSystemVersion(java.lang.String value)
          Sets the value of the 'Operating System Version' attribute
 

Method Detail

getOperatingSystemType

OperatingSystemTypeType getOperatingSystemType()
Returns the value of the 'Operating System Type' containment reference.

If the meaning of the 'Operating System Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operating System Type' containment reference.
See Also:
setOperatingSystemType(OperatingSystemTypeType), JsdlPackage.getOperatingSystemType_OperatingSystemType()

setOperatingSystemType

void setOperatingSystemType(OperatingSystemTypeType value)
Sets the value of the 'Operating System Type' containment reference.

Parameters:
value - the new value of the 'Operating System Type' containment reference.
See Also:
getOperatingSystemType()

getOperatingSystemVersion

java.lang.String getOperatingSystemVersion()
Returns the value of the 'Operating System Version' attribute.

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

Returns:
the value of the 'Operating System Version' attribute.
See Also:
setOperatingSystemVersion(String), JsdlPackage.getOperatingSystemType_OperatingSystemVersion()

setOperatingSystemVersion

void setOperatingSystemVersion(java.lang.String value)
Sets the value of the 'Operating System Version' attribute.

Parameters:
value - the new value of the 'Operating System Version' attribute.
See Also:
getOperatingSystemVersion()

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), JsdlPackage.getOperatingSystemType_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()

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getOperatingSystemType_Any()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getOperatingSystemType_AnyAttribute()

g-Eclipse
Release 1.0.0