Interface Parameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParameterImpl
public interface Parameter extends MdObject
A representation of the model object 'Parameter'.The following features are supported:
- See Also:
MdClassPackage.getParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransferDirectiongetTransferDirection()Returns the value of the 'Transfer Direction' attribute.QNamegetXdtoValueType()Returns the value of the 'Xdto Value Type' containment reference.booleanisNillable()Returns the value of the 'Nillable' attribute.voidsetNillable(boolean value)Sets the value of the 'Nillable' attribute.voidsetTransferDirection(TransferDirection value)Sets the value of the 'Transfer Direction' attribute.voidsetXdtoValueType(QName value)Sets the value of the 'Xdto Value Type' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getXdtoValueType
QName getXdtoValueType()
Returns the value of the 'Xdto Value Type' containment reference.- Returns:
- the value of the 'Xdto Value Type' containment reference.
- See Also:
setXdtoValueType(QName),MdClassPackage.getParameter_XdtoValueType()
-
setXdtoValueType
void setXdtoValueType(QName value)
Sets the value of the 'Xdto Value Type' containment reference.- Parameters:
value- the new value of the 'Xdto Value Type' containment reference.- See Also:
getXdtoValueType()
-
isNillable
boolean isNillable()
Returns the value of the 'Nillable' attribute.- Returns:
- the value of the 'Nillable' attribute.
- See Also:
setNillable(boolean),MdClassPackage.getParameter_Nillable()
-
setNillable
void setNillable(boolean value)
Sets the value of the 'Nillable' attribute.- Parameters:
value- the new value of the 'Nillable' attribute.- See Also:
isNillable()
-
getTransferDirection
TransferDirection getTransferDirection()
Returns the value of the 'Transfer Direction' attribute. The literals are from the enumerationTransferDirection.- Returns:
- the value of the 'Transfer Direction' attribute.
- See Also:
TransferDirection,setTransferDirection(TransferDirection),MdClassPackage.getParameter_TransferDirection()
-
setTransferDirection
void setTransferDirection(TransferDirection value)
Sets the value of the 'Transfer Direction' attribute.- Parameters:
value- the new value of the 'Transfer Direction' attribute.- See Also:
TransferDirection,getTransferDirection()
-
-