Uses of Interface
org.jabylon.properties.Comment
-
Packages that use Comment Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.util -
-
Uses of Comment in org.jabylon.properties
Methods in org.jabylon.properties that return Comment Modifier and Type Method Description CommentPropertiesFactory. createComment()Returns a new object of class 'Comment'.CommentPropertyFileDescriptor. getLastModification()Returns the value of the 'Last Modification' reference.Methods in org.jabylon.properties that return types with arguments of type Comment Modifier and Type Method Description org.eclipse.emf.common.util.EList<Comment>Review. getComments()Returns the value of the 'Comments' containment reference list.Methods in org.jabylon.properties with parameters of type Comment Modifier and Type Method Description voidPropertyFileDescriptor. setLastModification(Comment value)Sets the value of the 'Last Modification' reference. -
Uses of Comment in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement Comment Modifier and Type Class Description classCommentImplAn implementation of the model object 'Comment'.Methods in org.jabylon.properties.impl that return Comment Modifier and Type Method Description CommentPropertiesFactoryImpl. createComment()CommentPropertyFileDescriptorImpl. getLastModification()Methods in org.jabylon.properties.impl that return types with arguments of type Comment Modifier and Type Method Description org.eclipse.emf.common.util.EList<Comment>ReviewImpl. getComments()Methods in org.jabylon.properties.impl with parameters of type Comment Modifier and Type Method Description voidPropertyFileDescriptorImpl. setLastModification(Comment newLastModification) -
Uses of Comment in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type Comment Modifier and Type Method Description TPropertiesSwitch. caseComment(Comment object)Returns the result of interpreting the object as an instance of 'Comment'.
-