|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.catalog.types.MethodAliasInfo
Describe a method alias.
AliasInfo
,
Serialized FormField Summary | |
private java.lang.String |
methodName
This class implements Formatable. |
Constructor Summary | |
MethodAliasInfo()
Public niladic constructor. |
|
MethodAliasInfo(java.lang.String methodName)
Create a MethodAliasInfo |
Method Summary | |
java.lang.String |
getMethodName()
Get the name of the static method that the alias represents at the source database. |
java.lang.String |
getTargetClassName()
|
java.lang.String |
getTargetMethodName()
|
int |
getTypeFormatId()
Get the formatID which corresponds to this class. |
void |
readExternal(java.io.ObjectInput in)
Read this object from a stream of stored objects. |
java.lang.String |
toString()
|
void |
writeExternal(java.io.ObjectOutput out)
Write this object to a stream of stored objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String methodName
Constructor Detail |
public MethodAliasInfo()
public MethodAliasInfo(java.lang.String methodName)
methodName
- The name of the method for the alias.Method Detail |
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
in
- read this.
java.io.IOException
- thrown on error
java.lang.ClassNotFoundException
- thrown on errorpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
out
- write bytes here.
java.io.IOException
- thrown on errorpublic int getTypeFormatId()
getTypeFormatId
in interface TypedFormat
public java.lang.String getMethodName()
AliasInfo
getMethodName
in interface AliasInfo
AliasInfo.getMethodName()
public java.lang.String getTargetClassName()
org.apache.derby.catalog.AliasInfo#getTargetClassName
public java.lang.String getTargetMethodName()
org.apache.derby.catalog.AliasInfo#getTargetMethodName
public java.lang.String toString()
Object.toString()
|
Built on Mon 2007-06-04 09:58:47+0400, from revision ??? | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |