com.google.gwt.i18n.rebind
Class AnnotationsResource.ArgumentInfo

java.lang.Object
  extended by com.google.gwt.i18n.rebind.AnnotationsResource.ArgumentInfo
Enclosing class:
AnnotationsResource

public static class AnnotationsResource.ArgumentInfo
extends java.lang.Object

Class for argument information, used for export.


Field Summary
 java.lang.String example
           
 boolean isPluralCount
           
 java.lang.String name
           
 boolean optional
           
 java.lang.Class<? extends PluralRule> pluralRuleClass
           
 
Constructor Summary
AnnotationsResource.ArgumentInfo(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

example

public java.lang.String example

isPluralCount

public boolean isPluralCount

name

public java.lang.String name

optional

public boolean optional

pluralRuleClass

public java.lang.Class<? extends PluralRule> pluralRuleClass
Constructor Detail

AnnotationsResource.ArgumentInfo

public AnnotationsResource.ArgumentInfo(java.lang.String name)