de.uka.ipd.sdq.units
Interface UnitCarryingElement

All Known Subinterfaces:
BoxedPDF, CommunicationLinkResourceType, ContinuousPDF, DoubleLiteral, ExponentialDistribution, IntLiteral, NormalDistribution, NumericLiteral, ProbabilityDensityFunction, ProbabilityFunction, ProbabilityMassFunction, ProcessingResourceType, ResourceType, SamplePDF, TimeValue
All Known Implementing Classes:
BoxedPDFImpl, CommunicationLinkResourceTypeImpl, ContinuousPDFImpl, DoubleLiteralImpl, ExponentialDistributionImpl, IntLiteralImpl, NormalDistributionImpl, NumericLiteralImpl, ProbabilityDensityFunctionImpl, ProbabilityFunctionImpl, ProbabilityMassFunctionImpl, ProcessingResourceTypeImpl, ResourceTypeImpl, SamplePDFImpl, TimeValueImpl, UnitCarryingElementImpl

public interface UnitCarryingElement

A representation of the model object 'Unit Carrying Element'.

The following features are supported:

See Also:
UnitsPackage.getUnitCarryingElement()

Field Summary
static String copyright
           
 
Method Summary
 Unit getUnit()
          Returns the value of the 'Unit' reference.
 String getUnitSpecification()
          Returns the value of the 'Unit Specification' attribute.
 void setUnitSpecification(String value)
          Sets the value of the 'Unit Specification' attribute.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getUnit

Unit getUnit()
Returns the value of the 'Unit' reference.

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

Returns:
the value of the 'Unit' reference.
See Also:
UnitsPackage.getUnitCarryingElement_Unit()

getUnitSpecification

String getUnitSpecification()
Returns the value of the 'Unit Specification' attribute.

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

Returns:
the value of the 'Unit Specification' attribute.
See Also:
setUnitSpecification(String), UnitsPackage.getUnitCarryingElement_UnitSpecification()

setUnitSpecification

void setUnitSpecification(String value)
Sets the value of the 'Unit Specification' attribute.

Parameters:
value - the new value of the 'Unit Specification' attribute.
See Also:
getUnitSpecification()