Uses of Class
com.hack23.cia.model.internal.application.data.impl.SeverityLevel

Packages that use SeverityLevel
com.hack23.cia.model.internal.application.data.impl   
 

Uses of SeverityLevel in com.hack23.cia.model.internal.application.data.impl
 

Fields in com.hack23.cia.model.internal.application.data.impl declared as SeverityLevel
protected  SeverityLevel BugClassification.severity
           
 

Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type SeverityLevel
static javax.persistence.metamodel.SingularAttribute<BugClassification,SeverityLevel> BugClassification_.severity
           
 

Methods in com.hack23.cia.model.internal.application.data.impl that return SeverityLevel
static SeverityLevel SeverityLevel.fromValue(String v)
           
 SeverityLevel BugClassification.getSeverity()
          Gets the value of the severity property.
static SeverityLevel SeverityLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SeverityLevel[] SeverityLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.internal.application.data.impl with parameters of type SeverityLevel
 void BugClassification.setSeverity(SeverityLevel value)
          Sets the value of the severity property.
 BugClassification BugClassification.withSeverity(SeverityLevel value)
           
 



Copyright © 2008-2011 www.hack23.com. All Rights Reserved.