站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 iiop API Documentation 英文版文档

ConstantAnalysis (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档


org.jboss.iiop.rmi
Class ConstantAnalysis

java.lang.Object
  extended byorg.jboss.iiop.rmi.AbstractAnalysis
      extended byorg.jboss.iiop.rmi.ConstantAnalysis

public class ConstantAnalysis
extends org.jboss.iiop.rmi.AbstractAnalysis

Constant analysis. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07).

Version:
$Revision: 1.2 $
Author:
Ole Husgaard

Method Summary
 String getIDLName()
          Return my unqualified IDL name.
 String getJavaName()
          Return my unqualified java name.
 Class getType()
          Return my Java type.
 Object getValue()
          Return my value.
 void insertValue(Any any)
          Insert the constant value into the argument Any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public Class getType()
Return my Java type.


getValue

public Object getValue()
Return my value.


insertValue

public void insertValue(Any any)
Insert the constant value into the argument Any.


getIDLName

public String getIDLName()
Return my unqualified IDL name.


getJavaName

public String getJavaName()
Return my unqualified java name.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.