public abstract class VbaReference
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description |
|---|
VbaReference() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getLibId()
Gets a string value containing the identifier of an Automation type library.
|
abstract int |
getType()
Gets
VbaReferenceType object that indicates the type of reference that a VbaReference object represents. |
protected java.lang.Object |
memberwiseClone() |
public abstract int getType()
VbaReferenceType object that indicates the type of reference that a VbaReference object represents.VbaReferenceType object that indicates the type of reference that a VbaReference object represents. The returned value is one of VbaReferenceType constants.public abstract java.lang.String getLibId()
protected java.lang.Object memberwiseClone()