Package org.jabylon.common.review
Interface ReviewParticipant
-
public interface ReviewParticipant- Author:
- Johannes Utzig (jutzig.dev@googlemail.com)
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetID()StringgetName()StringgetReviewType()org.jabylon.properties.Reviewreview(org.jabylon.properties.PropertyFileDescriptor descriptor, org.jabylon.properties.Property master, org.jabylon.properties.Property slave)
-
-
-
Field Detail
-
PROPERTY_ID
static final String PROPERTY_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
review
org.jabylon.properties.Review review(org.jabylon.properties.PropertyFileDescriptor descriptor, org.jabylon.properties.Property master, org.jabylon.properties.Property slave)
-
getID
String getID()
-
getDescription
String getDescription()
-
getName
String getName()
-
getReviewType
String getReviewType()
-
-