Uses of Interface
org.jabylon.properties.Review
-
Packages that use Review Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.util -
-
Uses of Review in org.jabylon.properties
Methods in org.jabylon.properties that return Review Modifier and Type Method Description ReviewPropertiesFactory. createReview()Returns a new object of class 'Review'.Methods in org.jabylon.properties that return types with arguments of type Review Modifier and Type Method Description org.eclipse.emf.common.util.EList<Review>PropertyFileDescriptor. getReviews()Returns the value of the 'Reviews' containment reference list. -
Uses of Review in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement Review Modifier and Type Class Description classReviewImplAn implementation of the model object 'Review'.Methods in org.jabylon.properties.impl that return Review Modifier and Type Method Description ReviewPropertiesFactoryImpl. createReview()Methods in org.jabylon.properties.impl that return types with arguments of type Review Modifier and Type Method Description org.eclipse.emf.common.util.EList<Review>PropertyFileDescriptorImpl. getReviews() -
Uses of Review in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type Review Modifier and Type Method Description TPropertiesSwitch. caseReview(Review object)Returns the result of interpreting the object as an instance of 'Review'.
-