g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Interface OperatingSystemTypeType

All Known Implementing Classes:
OperatingSystemTypeTypeImpl

Deprecated. This interface is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base

public interface OperatingSystemTypeType

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

The following features are supported:

See Also:
JsdlPackage.getOperatingSystemTypeType()

Method Summary
 FeatureMap getAny()
          Deprecated. Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Deprecated. Returns the value of the 'Any Attribute' attribute list.
 OperatingSystemTypeEnumeration getOperatingSystemName()
          Deprecated. Returns the value of the 'Operating System Name' attribute.
 boolean isSetOperatingSystemName()
          Deprecated. Returns whether the value of the 'Operating System Name' attribute is set
 void setOperatingSystemName(OperatingSystemTypeEnumeration value)
          Deprecated. Sets the value of the 'Operating System Name' attribute
 void unsetOperatingSystemName()
          Deprecated. Unsets the value of the 'Operating System Name' attribute
 

Method Detail

getOperatingSystemName

OperatingSystemTypeEnumeration getOperatingSystemName()
Deprecated. 
Returns the value of the 'Operating System Name' attribute. The default value is "Unknown". The literals are from the enumeration OperatingSystemTypeEnumeration.

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

Returns:
the value of the 'Operating System Name' attribute.
See Also:
OperatingSystemTypeEnumeration, isSetOperatingSystemName(), unsetOperatingSystemName(), setOperatingSystemName(OperatingSystemTypeEnumeration), JsdlPackage.getOperatingSystemTypeType_OperatingSystemName()

setOperatingSystemName

void setOperatingSystemName(OperatingSystemTypeEnumeration value)
Deprecated. 
Sets the value of the 'Operating System Name' attribute.

Parameters:
value - the new value of the 'Operating System Name' attribute.
See Also:
OperatingSystemTypeEnumeration, isSetOperatingSystemName(), unsetOperatingSystemName(), getOperatingSystemName()

unsetOperatingSystemName

void unsetOperatingSystemName()
Deprecated. 
Unsets the value of the 'Operating System Name' attribute.

See Also:
isSetOperatingSystemName(), getOperatingSystemName(), setOperatingSystemName(OperatingSystemTypeEnumeration)

isSetOperatingSystemName

boolean isSetOperatingSystemName()
Deprecated. 
Returns whether the value of the 'Operating System Name' attribute is set.

Returns:
whether the value of the 'Operating System Name' attribute is set.
See Also:
unsetOperatingSystemName(), getOperatingSystemName(), setOperatingSystemName(OperatingSystemTypeEnumeration)

getAny

FeatureMap getAny()
Deprecated. 
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.getOperatingSystemTypeType_Any()

getAnyAttribute

FeatureMap getAnyAttribute()
Deprecated. 
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.getOperatingSystemTypeType_AnyAttribute()

g-Eclipse
Release 1.0.0