org.apache.yoko.rmi.impl
Class FieldDescriptor

java.lang.Object
  extended by org.apache.yoko.rmi.impl.ModelElement
      extended by org.apache.yoko.rmi.impl.FieldDescriptor
All Implemented Interfaces:
Comparable

public abstract class FieldDescriptor
extends ModelElement
implements Comparable


Field Summary
 
Fields inherited from class org.apache.yoko.rmi.impl.ModelElement
idl_name, java_name, package_name, repository, type_name
 
Constructor Summary
protected FieldDescriptor(Class owner, Class type, String name, Field f)
           
 
Method Summary
 int compareTo(Object other)
          ordering of fields
 Class getType()
           
 boolean isPrimitive()
           
 
Methods inherited from class org.apache.yoko.rmi.impl.ModelElement
getIDLName, getJavaName, getPackageName, getTypeName, getTypeRepository, setIDLName, setJavaName, setPackageName, setTypeName, setTypeRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDescriptor

protected FieldDescriptor(Class owner,
                          Class type,
                          String name,
                          Field f)
Method Detail

getType

public Class getType()

compareTo

public int compareTo(Object other)
ordering of fields

Specified by:
compareTo in interface Comparable

isPrimitive

public boolean isPrimitive()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.