Uses of Class
cc.plural.jsonij.marshal.Inspector.ACCESS_TYPE

Packages that use Inspector.ACCESS_TYPE
cc.plural.jsonij.marshal   
 

Uses of Inspector.ACCESS_TYPE in cc.plural.jsonij.marshal
 

Fields in cc.plural.jsonij.marshal declared as Inspector.ACCESS_TYPE
protected  Inspector.ACCESS_TYPE Inspector.InspectionData.accessType
           
 

Methods in cc.plural.jsonij.marshal that return Inspector.ACCESS_TYPE
 Inspector.ACCESS_TYPE Inspector.InspectionData.getAccessType()
           
static Inspector.ACCESS_TYPE Inspector.ACCESS_TYPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Inspector.ACCESS_TYPE[] Inspector.ACCESS_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in cc.plural.jsonij.marshal with parameters of type Inspector.ACCESS_TYPE
 void Inspector.InspectionData.setAccessType(Inspector.ACCESS_TYPE accessType)
           
 



Copyright © 2012. All Rights Reserved.