org.apache.yoko.rmi.impl
Class SimpleDescriptor

java.lang.Object
  extended by org.apache.yoko.rmi.impl.ModelElement
      extended by org.apache.yoko.rmi.impl.TypeDescriptor
          extended by org.apache.yoko.rmi.impl.SimpleDescriptor

public abstract class SimpleDescriptor
extends TypeDescriptor


Field Summary
 
Fields inherited from class org.apache.yoko.rmi.impl.TypeDescriptor
_java_class, _repid, _type_code, remoteDescriptor
 
Fields inherited from class org.apache.yoko.rmi.impl.ModelElement
idl_name, java_name, package_name, repository, type_name
 
Method Summary
 boolean copyBetweenStates()
          Method copyBetweenStates.
 boolean copyWithinState()
          Method copyWithinState.
 
Methods inherited from class org.apache.yoko.rmi.impl.TypeDescriptor
getJavaClass, getRepositoryID, getRepositoryIDForArray, init, isCustomMarshalled, read, write
 
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
 

Method Detail

copyBetweenStates

public boolean copyBetweenStates()
Description copied from class: TypeDescriptor
Method copyBetweenStates.

Overrides:
copyBetweenStates in class TypeDescriptor
Returns:
boolean

copyWithinState

public boolean copyWithinState()
Description copied from class: TypeDescriptor
Method copyWithinState.

Overrides:
copyWithinState in class TypeDescriptor
Returns:
boolean


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