| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.js.JavaSource.Protection
| Method Summary | |
|  java.lang.String | toString() | 
| static JavaSource.Protection | valueOf(int pModifiers)Returns an instance of Protection by using the methods Modifier.isPublic(int),Modifier.isProtected(int)andModifier.isPrivate(int)on the argumentpModifiers. | 
| static JavaSource.Protection | valueOf(java.lang.String pProtection) | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
public java.lang.String toString()
public static JavaSource.Protection valueOf(java.lang.String pProtection)
public static JavaSource.Protection valueOf(int pModifiers)
Returns an instance of Protection by using the methods
 Modifier.isPublic(int), Modifier.isProtected(int) and
 Modifier.isPrivate(int) on the argument pModifiers.
 If neither returns true, assumes JavaSource.DEFAULT_PROTECTION.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||