com.googlecode.androidannotations.model
Class AndroidSystemServices

java.lang.Object
  extended by com.googlecode.androidannotations.model.AndroidSystemServices

public class AndroidSystemServices
extends java.lang.Object


Constructor Summary
AndroidSystemServices()
           
 
Method Summary
 boolean contains(javax.lang.model.type.TypeMirror serviceType)
           
 java.lang.String getServiceConstant(javax.lang.model.type.TypeMirror serviceType)
           
 com.sun.codemodel.JFieldRef getServiceConstant(javax.lang.model.type.TypeMirror serviceType, EBeanHolder holder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndroidSystemServices

public AndroidSystemServices()
Method Detail

contains

public boolean contains(javax.lang.model.type.TypeMirror serviceType)

getServiceConstant

public java.lang.String getServiceConstant(javax.lang.model.type.TypeMirror serviceType)

getServiceConstant

public com.sun.codemodel.JFieldRef getServiceConstant(javax.lang.model.type.TypeMirror serviceType,
                                                      EBeanHolder holder)


Copyright © 2010-2012. All Rights Reserved.