Uses of Class
org.jabylon.properties.Severity
-
Packages that use Severity Package Description org.jabylon.properties org.jabylon.properties.impl -
-
Uses of Severity in org.jabylon.properties
Fields in org.jabylon.properties with type parameters of type Severity Modifier and Type Field Description static List<Severity>Severity. VALUESA public read-only list of all the 'Severity' enumerators.Methods in org.jabylon.properties that return Severity Modifier and Type Method Description static SeveritySeverity. get(int value)Returns the 'Severity' literal with the specified integer value.static SeveritySeverity. get(String literal)Returns the 'Severity' literal with the specified literal value.static SeveritySeverity. getByName(String name)Returns the 'Severity' literal with the specified name.SeverityReview. getSeverity()Returns the value of the 'Severity' attribute.static SeveritySeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static Severity[]Severity. 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 Severity Modifier and Type Method Description voidReview. setSeverity(Severity value)Sets the value of the 'Severity' attribute. -
Uses of Severity in org.jabylon.properties.impl
Fields in org.jabylon.properties.impl declared as Severity Modifier and Type Field Description protected static SeverityReviewImpl. SEVERITY_EDEFAULTThe default value of the 'Severity' attribute.Methods in org.jabylon.properties.impl that return Severity Modifier and Type Method Description SeverityPropertiesFactoryImpl. createSeverityFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)SeverityReviewImpl. getSeverity()Methods in org.jabylon.properties.impl with parameters of type Severity Modifier and Type Method Description voidReviewImpl. setSeverity(Severity newSeverity)
-