public class VbaReferenceOleTypeLib extends java.lang.Object implements IVbaReferenceOleTypeLib
Represents OLE Automation type library reference.
Constructor and Description |
---|
VbaReferenceOleTypeLib(java.lang.String name,
java.lang.String libid)
This constructor creates new OLE Automation type library reference.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLibid()
Represents the identifier of an Automation type library.
|
java.lang.String |
getName()
Represents the name of the VBA project reference.
|
void |
setLibid(java.lang.String value)
Represents the identifier of an Automation type library.
|
void |
setName(java.lang.String value)
Represents the name of the VBA project reference.
|
public VbaReferenceOleTypeLib(java.lang.String name, java.lang.String libid)
This constructor creates new OLE Automation type library reference.
public final java.lang.String getName()
Represents the name of the VBA project reference.
Read/write String
.
getName
in interface IVbaReference
public final void setName(java.lang.String value)
Represents the name of the VBA project reference.
Read/write String
.
setName
in interface IVbaReference
public final java.lang.String getLibid()
Represents the identifier of an Automation type library.
Read/write String
.
getLibid
in interface IVbaReferenceOleTypeLib
public final void setLibid(java.lang.String value)
Represents the identifier of an Automation type library.
Read/write String
.
setLibid
in interface IVbaReferenceOleTypeLib