Uses of Class
org.jabylon.properties.ReviewState
-
Packages that use ReviewState Package Description org.jabylon.properties org.jabylon.properties.impl -
-
Uses of ReviewState in org.jabylon.properties
Fields in org.jabylon.properties with type parameters of type ReviewState Modifier and Type Field Description static List<ReviewState>ReviewState. VALUESA public read-only list of all the 'Review State' enumerators.Methods in org.jabylon.properties that return ReviewState Modifier and Type Method Description static ReviewStateReviewState. get(int value)Returns the 'Review State' literal with the specified integer value.static ReviewStateReviewState. get(String literal)Returns the 'Review State' literal with the specified literal value.static ReviewStateReviewState. getByName(String name)Returns the 'Review State' literal with the specified name.ReviewStateReview. getState()Returns the value of the 'State' attribute.static ReviewStateReviewState. valueOf(String name)Returns the enum constant of this type with the specified name.static ReviewState[]ReviewState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jabylon.properties with parameters of type ReviewState Modifier and Type Method Description voidReview. setState(ReviewState value)Sets the value of the 'State' attribute. -
Uses of ReviewState in org.jabylon.properties.impl
Fields in org.jabylon.properties.impl declared as ReviewState Modifier and Type Field Description protected static ReviewStateReviewImpl. STATE_EDEFAULTThe default value of the 'State' attribute.Methods in org.jabylon.properties.impl that return ReviewState Modifier and Type Method Description ReviewStatePropertiesFactoryImpl. createReviewStateFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ReviewStateReviewImpl. getState()Methods in org.jabylon.properties.impl with parameters of type ReviewState Modifier and Type Method Description voidReviewImpl. setState(ReviewState newState)
-