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

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

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

Fields in com.hack23.cia.model.internal.application.data.impl declared as BugMetaDataType
protected  BugMetaDataType AggregatedBugData.type
           
 

Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type BugMetaDataType
static javax.persistence.metamodel.SingularAttribute<AggregatedBugData,BugMetaDataType> AggregatedBugData_.type
           
 

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



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