Interface DataCompositionSchemaParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaParameterImpl
public interface DataCompositionSchemaParameter extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Schema Parameter'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<AvailableValue>
getAvailableValues()
Returns the value of the 'Available Values' containment reference list.String
getExpression()
Returns the value of the 'Expression' attribute.String
getFunctionalOptionsParameter()
Returns the value of the 'Functional Options Parameter' attribute.InputParameters
getInputParameters()
Returns the value of the 'Input Parameters' containment reference.String
getName()
Returns the value of the 'Name' attribute.Presentation
getTitle()
Returns the value of the 'Title' containment reference.DataCompositionParameterUse
getUse()
Returns the value of the 'Use' attribute.org.eclipse.emf.common.util.EList<Value>
getValues()
Returns the value of the 'Values' containment reference list.TypeDescription
getValueType()
Returns the value of the 'Value Type' containment reference.boolean
isAvailableAsField()
Returns the value of the 'Available As Field' attribute.boolean
isDenyIncompleteValues()
Returns the value of the 'Deny Incomplete Values' attribute.boolean
isUseRestriction()
Returns the value of the 'Use Restriction' attribute.boolean
isValueListAllowed()
Returns the value of the 'Value List Allowed' attribute.void
setAvailableAsField(boolean value)
Sets the value of the 'Available As Field
' attribute.void
setDenyIncompleteValues(boolean value)
Sets the value of the 'Deny Incomplete Values
' attribute.void
setExpression(String value)
Sets the value of the 'Expression
' attribute.void
setFunctionalOptionsParameter(String value)
Sets the value of the 'Functional Options Parameter
' attribute.void
setInputParameters(InputParameters value)
Sets the value of the 'Input Parameters
' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setTitle(Presentation value)
Sets the value of the 'Title
' containment reference.void
setUse(DataCompositionParameterUse value)
Sets the value of the 'Use
' attribute.void
setUseRestriction(boolean value)
Sets the value of the 'Use Restriction
' attribute.void
setValueListAllowed(boolean value)
Sets the value of the 'Value List Allowed
' attribute.void
setValueType(TypeDescription value)
Sets the value of the 'Value Type
' containment reference.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,DcsPackage.getDataCompositionSchemaParameter_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getTitle
Presentation getTitle()
Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
setTitle(Presentation)
,DcsPackage.getDataCompositionSchemaParameter_Title()
-
setTitle
void setTitle(Presentation value)
Sets the value of the 'Title
' containment reference.- Parameters:
value
- the new value of the 'Title' containment reference.- See Also:
getTitle()
-
getValueType
TypeDescription getValueType()
Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
setValueType(TypeDescription)
,DcsPackage.getDataCompositionSchemaParameter_ValueType()
-
setValueType
void setValueType(TypeDescription value)
Sets the value of the 'Value Type
' containment reference.- Parameters:
value
- the new value of the 'Value Type' containment reference.- See Also:
getValueType()
-
getValues
org.eclipse.emf.common.util.EList<Value> getValues()
Returns the value of the 'Values' containment reference list. The list contents are of typeValue
.- Returns:
- the value of the 'Values' containment reference list.
- See Also:
DcsPackage.getDataCompositionSchemaParameter_Values()
-
isUseRestriction
boolean isUseRestriction()
Returns the value of the 'Use Restriction' attribute. The default value is"false"
.- Returns:
- the value of the 'Use Restriction' attribute.
- See Also:
setUseRestriction(boolean)
,DcsPackage.getDataCompositionSchemaParameter_UseRestriction()
-
setUseRestriction
void setUseRestriction(boolean value)
Sets the value of the 'Use Restriction
' attribute.- Parameters:
value
- the new value of the 'Use Restriction' attribute.- See Also:
isUseRestriction()
-
getExpression
String getExpression()
Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
setExpression(String)
,DcsPackage.getDataCompositionSchemaParameter_Expression()
-
setExpression
void setExpression(String value)
Sets the value of the 'Expression
' attribute.- Parameters:
value
- the new value of the 'Expression' attribute.- See Also:
getExpression()
-
getAvailableValues
org.eclipse.emf.common.util.EList<AvailableValue> getAvailableValues()
Returns the value of the 'Available Values' containment reference list. The list contents are of typeAvailableValue
.- Returns:
- the value of the 'Available Values' containment reference list.
- See Also:
DcsPackage.getDataCompositionSchemaParameter_AvailableValues()
-
isValueListAllowed
boolean isValueListAllowed()
Returns the value of the 'Value List Allowed' attribute. The default value is"false"
.- Returns:
- the value of the 'Value List Allowed' attribute.
- See Also:
setValueListAllowed(boolean)
,DcsPackage.getDataCompositionSchemaParameter_ValueListAllowed()
-
setValueListAllowed
void setValueListAllowed(boolean value)
Sets the value of the 'Value List Allowed
' attribute.- Parameters:
value
- the new value of the 'Value List Allowed' attribute.- See Also:
isValueListAllowed()
-
isAvailableAsField
boolean isAvailableAsField()
Returns the value of the 'Available As Field' attribute. The default value is"true"
.- Returns:
- the value of the 'Available As Field' attribute.
- See Also:
setAvailableAsField(boolean)
,DcsPackage.getDataCompositionSchemaParameter_AvailableAsField()
-
setAvailableAsField
void setAvailableAsField(boolean value)
Sets the value of the 'Available As Field
' attribute.- Parameters:
value
- the new value of the 'Available As Field' attribute.- See Also:
isAvailableAsField()
-
getFunctionalOptionsParameter
String getFunctionalOptionsParameter()
Returns the value of the 'Functional Options Parameter' attribute.- Returns:
- the value of the 'Functional Options Parameter' attribute.
- See Also:
setFunctionalOptionsParameter(String)
,DcsPackage.getDataCompositionSchemaParameter_FunctionalOptionsParameter()
-
setFunctionalOptionsParameter
void setFunctionalOptionsParameter(String value)
Sets the value of the 'Functional Options Parameter
' attribute.- Parameters:
value
- the new value of the 'Functional Options Parameter' attribute.- See Also:
getFunctionalOptionsParameter()
-
getInputParameters
InputParameters getInputParameters()
Returns the value of the 'Input Parameters' containment reference.- Returns:
- the value of the 'Input Parameters' containment reference.
- See Also:
setInputParameters(InputParameters)
,DcsPackage.getDataCompositionSchemaParameter_InputParameters()
-
setInputParameters
void setInputParameters(InputParameters value)
Sets the value of the 'Input Parameters
' containment reference.- Parameters:
value
- the new value of the 'Input Parameters' containment reference.- See Also:
getInputParameters()
-
isDenyIncompleteValues
boolean isDenyIncompleteValues()
Returns the value of the 'Deny Incomplete Values' attribute. The default value is"false"
.- Returns:
- the value of the 'Deny Incomplete Values' attribute.
- See Also:
setDenyIncompleteValues(boolean)
,DcsPackage.getDataCompositionSchemaParameter_DenyIncompleteValues()
-
setDenyIncompleteValues
void setDenyIncompleteValues(boolean value)
Sets the value of the 'Deny Incomplete Values
' attribute.- Parameters:
value
- the new value of the 'Deny Incomplete Values' attribute.- See Also:
isDenyIncompleteValues()
-
getUse
DataCompositionParameterUse getUse()
Returns the value of the 'Use' attribute. The default value is"Auto"
. The literals are from the enumerationDataCompositionParameterUse
.- Returns:
- the value of the 'Use' attribute.
- See Also:
DataCompositionParameterUse
,setUse(DataCompositionParameterUse)
,DcsPackage.getDataCompositionSchemaParameter_Use()
-
setUse
void setUse(DataCompositionParameterUse value)
Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
DataCompositionParameterUse
,getUse()
-
-