com.googlecode.androidannotations.helper
Class BundleHelper

java.lang.Object
  extended by com.googlecode.androidannotations.helper.BundleHelper

public class BundleHelper
extends Object


Constructor Summary
BundleHelper(AnnotationHelper helper, Element element)
           
 
Method Summary
 String getMethodNameToRestore()
           
 String getMethodNameToSave()
           
 boolean restoreCallNeedCastStatement()
           
 boolean restoreCallNeedsSuppressWarning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleHelper

public BundleHelper(AnnotationHelper helper,
                    Element element)
Method Detail

restoreCallNeedCastStatement

public boolean restoreCallNeedCastStatement()

restoreCallNeedsSuppressWarning

public boolean restoreCallNeedsSuppressWarning()

getMethodNameToSave

public String getMethodNameToSave()

getMethodNameToRestore

public String getMethodNameToRestore()


Copyright © 2010-2013. All Rights Reserved.