g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base
Interface CPUArchitectureType

All Known Implementing Classes:
CPUArchitectureTypeImpl

public interface CPUArchitectureType

A representation of the model object 'CPU Architecture Type'.

The following features are supported:

See Also:
JsdlPackage.getCPUArchitectureType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 ProcessorArchitectureEnumeration getCPUArchitectureName()
          Returns the value of the 'CPU Architecture Name' attribute.
 boolean isSetCPUArchitectureName()
          Returns whether the value of the 'CPU Architecture Name' attribute is set
 void setCPUArchitectureName(ProcessorArchitectureEnumeration value)
          Sets the value of the 'CPU Architecture Name' attribute
 void unsetCPUArchitectureName()
          Unsets the value of the 'CPU Architecture Name' attribute
 

Method Detail

getCPUArchitectureName

ProcessorArchitectureEnumeration getCPUArchitectureName()
Returns the value of the 'CPU Architecture Name' attribute. The default value is "sparc". The literals are from the enumeration ProcessorArchitectureEnumeration.

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

Returns:
the value of the 'CPU Architecture Name' attribute.
See Also:
ProcessorArchitectureEnumeration, isSetCPUArchitectureName(), unsetCPUArchitectureName(), setCPUArchitectureName(ProcessorArchitectureEnumeration), JsdlPackage.getCPUArchitectureType_CPUArchitectureName()

setCPUArchitectureName

void setCPUArchitectureName(ProcessorArchitectureEnumeration value)
Sets the value of the 'CPU Architecture Name' attribute.

Parameters:
value - the new value of the 'CPU Architecture Name' attribute.
See Also:
ProcessorArchitectureEnumeration, isSetCPUArchitectureName(), unsetCPUArchitectureName(), getCPUArchitectureName()

unsetCPUArchitectureName

void unsetCPUArchitectureName()
Unsets the value of the 'CPU Architecture Name' attribute.

See Also:
isSetCPUArchitectureName(), getCPUArchitectureName(), setCPUArchitectureName(ProcessorArchitectureEnumeration)

isSetCPUArchitectureName

boolean isSetCPUArchitectureName()
Returns whether the value of the 'CPU Architecture Name' attribute is set.

Returns:
whether the value of the 'CPU Architecture Name' attribute is set.
See Also:
unsetCPUArchitectureName(), getCPUArchitectureName(), setCPUArchitectureName(ProcessorArchitectureEnumeration)

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.getCPUArchitectureType_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.getCPUArchitectureType_AnyAttribute()

g-Eclipse
Release 1.0.0