public class IntentFactoryExtraAspect extends Object implements Comparable<IntentFactoryExtraAspect>
Aspect representing an extra parameter required by a Component. This will trigger the code generator to build an IntentFactoryStrategy containing the appropriate extras in the constructor or setters.
| Constructor and Description |
|---|
IntentFactoryExtraAspect(boolean required,
String name,
org.androidtransfuse.adapter.ASTType type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IntentFactoryExtraAspect intentFactoryExtra) |
boolean |
equals(Object obj) |
String |
getName() |
org.androidtransfuse.adapter.ASTType |
getType() |
int |
hashCode() |
boolean |
isRequired() |
public IntentFactoryExtraAspect(boolean required, String name, org.androidtransfuse.adapter.ASTType type)
public boolean isRequired()
public org.androidtransfuse.adapter.ASTType getType()
public int compareTo(IntentFactoryExtraAspect intentFactoryExtra)
compareTo in interface Comparable<IntentFactoryExtraAspect>Copyright © 2014. All Rights Reserved.