Uses of Interface
org.enterprisedomain.classmaker.Item
Package
Description
-
Uses of Item in org.enterprisedomain.classmaker
Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Contribution'.interface
A representation of the model object ' Project'.interface
A representation of the model object 'Revision'.interface
A representation of the model object ' State'. -
Uses of Item in org.enterprisedomain.classmaker.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object ' Contribution'.class
An implementation of the model object ' Item'.class
An implementation of the model object ' Project'.class
An implementation of the model object ' Revision'.class
An implementation of the model object ' State'.Modifier and TypeMethodDescriptionContributionImpl.basicGetParent()
ItemImpl.basicGetParent()
ProjectImpl.basicGetParent()
RevisionImpl.basicGetParent()
StateImpl.basicGetParent()
ItemImpl.getParent()
ModelsImpl.getParent()
ProjectImpl.getParent()
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChain
ModelsImpl.basicSetParent
(Item newParent, org.eclipse.emf.common.notify.NotificationChain msgs) void
void
void
void
void
void
void
void
void
void
-
Uses of Item in org.enterprisedomain.classmaker.util
-
Uses of Item in org.enterprisedomain.classmaker.validation
Modifier and TypeMethodDescriptionboolean
ItemValidator.validateParent
(Item value) boolean
ModelsValidator.validateParent
(Item value)