|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.iiop.rmi.AbstractAnalysis org.jboss.iiop.rmi.AttributeAnalysis
Attribute analysis. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).
Method Summary | |
Method |
getAccessor()
Return my accessor method |
OperationAnalysis |
getAccessorAnalysis()
Return my accessor operation analysis |
Class |
getCls()
Return my Java type. |
String |
getIDLName()
Return my unqualified IDL name. |
String |
getJavaName()
Return my unqualified java name. |
AttributeMode |
getMode()
Return my attribute mode. |
Method |
getMutator()
Return my mutator method |
OperationAnalysis |
getMutatorAnalysis()
Return my mutator operation analysis |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public AttributeMode getMode()
public Class getCls()
public Method getAccessor()
public Method getMutator()
public OperationAnalysis getAccessorAnalysis()
public OperationAnalysis getMutatorAnalysis()
public String getIDLName()
public String getJavaName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |