Package com._1c.g5.v8.dt.metadata.common
Interface ChoiceParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ChoiceParameterImpl
public interface ChoiceParameter extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Choice Parameter'.The following features are supported:
- See Also:
CommonPackage.getChoiceParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.Value
getValue()
Returns the value of the 'Value' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setValue(Value value)
Sets the value of the 'Value
' 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)
,CommonPackage.getChoiceParameter_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()
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value)
,CommonPackage.getChoiceParameter_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
-
-