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

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

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

Fields in com.hack23.cia.model.internal.application.data.impl declared as PriorityLevel
protected  PriorityLevel BugClassification.priority
           
 

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

Methods in com.hack23.cia.model.internal.application.data.impl that return PriorityLevel
static PriorityLevel PriorityLevel.fromValue(String v)
           
 PriorityLevel BugClassification.getPriority()
          Gets the value of the priority property.
static PriorityLevel PriorityLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PriorityLevel[] PriorityLevel.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 PriorityLevel
 void BugClassification.setPriority(PriorityLevel value)
          Sets the value of the priority property.
 BugClassification BugClassification.withPriority(PriorityLevel value)
           
 



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