Uses of Interface
org.enterprisedomain.classmaker.Item
Packages that use Item
Package
Description
-
Uses of Item in org.enterprisedomain.classmaker
Subinterfaces of Item in org.enterprisedomain.classmakerModifier 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'.Methods in org.enterprisedomain.classmaker that return ItemModifier and TypeMethodDescriptionItem.getParent()
Returns the value of the 'Parent' reference.Models.getParent()
Returns the value of the 'Parent' container reference.Methods in org.enterprisedomain.classmaker with parameters of type Item -
Uses of Item in org.enterprisedomain.classmaker.impl
Classes in org.enterprisedomain.classmaker.impl that implement ItemModifier 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'.Methods in org.enterprisedomain.classmaker.impl that return ItemModifier and TypeMethodDescriptionContributionImpl.basicGetParent()
ItemImpl.basicGetParent()
ProjectImpl.basicGetParent()
RevisionImpl.basicGetParent()
StateImpl.basicGetParent()
ItemImpl.getParent()
ModelsImpl.getParent()
ProjectImpl.getParent()
Methods in org.enterprisedomain.classmaker.impl with parameters of type ItemModifier 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
Methods in org.enterprisedomain.classmaker.util with parameters of type Item -
Uses of Item in org.enterprisedomain.classmaker.validation
Methods in org.enterprisedomain.classmaker.validation with parameters of type ItemModifier and TypeMethodDescriptionboolean
ItemValidator.validateParent
(Item value) boolean
ModelsValidator.validateParent
(Item value)