Interface DefinedType
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DefinedTypeImpl
public interface DefinedType extends MdObject
A representation of the model object 'Defined Type'.The following features are supported:
- See Also:
MdClassPackage.getDefinedType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefinedTypeTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.TypeDescription
getType()
Returns the value of the 'Type' containment reference.void
setProducedTypes(DefinedTypeTypes value)
Sets the value of the 'Produced Types
' containment reference.void
setType(TypeDescription value)
Sets the value of the 'Type
' containment reference.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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
-
getProducedTypes
DefinedTypeTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(DefinedTypeTypes)
,MdClassPackage.getDefinedType_ProducedTypes()
-
setProducedTypes
void setProducedTypes(DefinedTypeTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
getType
TypeDescription getType()
Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(TypeDescription)
,MdClassPackage.getDefinedType_Type()
-
setType
void setType(TypeDescription value)
Sets the value of the 'Type
' containment reference.- Parameters:
value
- the new value of the 'Type' containment reference.- See Also:
getType()
-
-