org.androidannotations.helper
Class BundleHelper

java.lang.Object
  extended by org.androidannotations.helper.BundleHelper

public class BundleHelper
extends Object


Field Summary
static Map<String,String> methodSuffixNameByTypeName
           
 
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
 

Field Detail

methodSuffixNameByTypeName

public static final Map<String,String> methodSuffixNameByTypeName
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-2014. All Rights Reserved.