A B C D E F G H I L P S T U V

G

getConstantValue() - Method in class au.com.swz.jatlom.VarDesc
If getKind() == VAR_CONST this method returns the constant value defined.
getContainingTypeLibAttributes() - Method in class au.com.swz.jatlom.ITypeInfo
Returns the containing type library from which this type originated.
getDefaultValue() - Method in class au.com.swz.jatlom.ParamDesc
Returns the default value of this parameter.
getDescription() - Method in class au.com.swz.jatlom.TypeLibAttributes
Returns the description of this type library or null if there is no description available for this type library.
getDocumentation() - Method in class au.com.swz.jatlom.FuncDesc
Returns the documentation string for this function.
getDocumentation() - Method in class au.com.swz.jatlom.ITypeInfo
Returns the documentation string for this type.
getDocumentation() - Method in class au.com.swz.jatlom.VarDesc
Returns the documentation string for this variable.
getDualInterfaceType() - Method in class au.com.swz.jatlom.ITypeInfo
Returns the dual interface that this type implements.
getFuncDesc(int) - Method in class au.com.swz.jatlom.ITypeInfo
Returns reference to the details of the function at the specified index.
getFuncKind() - Method in class au.com.swz.jatlom.FuncDesc
Provides the kinds of function.
getFunctionCount() - Method in class au.com.swz.jatlom.ITypeInfo
Returns the number of functions in this type.
getFunctionIndex(FuncDesc) - Method in class au.com.swz.jatlom.ITypeInfo
Returns the index of the specified funtion within this type.
getGUID() - Method in class au.com.swz.jatlom.ITypeInfo
Provides the GUID of the type information or null if this type has no GUID.
getGUID() - Method in class au.com.swz.jatlom.TypeLibAttributes
Returns the GUID of this type library.
getHelpContext() - Method in class au.com.swz.jatlom.FuncDesc
Returns the Help context identifier (ID) associated with this function.
getHelpContext() - Method in class au.com.swz.jatlom.ITypeInfo
Returns the Help context identifier (ID) associated with this type.
getHelpContext() - Method in class au.com.swz.jatlom.VarDesc
Returns the Help context identifier (ID) associated with this variable.
getHelpFile() - Method in class au.com.swz.jatlom.FuncDesc
Provides the fully qualified name of the Help file for this function.
getHelpFile() - Method in class au.com.swz.jatlom.ITypeInfo
Provides the fully qualified name of the Help file for this type.
getHelpFile() - Method in class au.com.swz.jatlom.VarDesc
Provides the fully qualified name of the Help file for this variable.
getImplType(int) - Method in class au.com.swz.jatlom.ITypeInfo
Provides the details of an interface implemented by this type.
getImportedTypeLibAttributes(int) - Method in class au.com.swz.jatlom.ITypeLib
Returns the attributes of the imported type library at the specified index.
getImportedTypeLibCount() - Method in class au.com.swz.jatlom.ITypeLib
Returns the number of type libraries imported by this type library.
getInterfaceImplCount() - Method in class au.com.swz.jatlom.ITypeInfo
Returns the number of implemented interfaces in this type.
getInvokeKind() - Method in class au.com.swz.jatlom.FuncDesc
Invocation kind.
getMajorVersion() - Method in class au.com.swz.jatlom.TypeLibAttributes
Return the type library major version number.
getMemberId() - Method in class au.com.swz.jatlom.FuncDesc
Returns the Member/Disp Id of this function.
getMemberId() - Method in class au.com.swz.jatlom.ParamDesc
Returns the Member/Disp Id of this parameter.
getMemberId() - Method in class au.com.swz.jatlom.VarDesc
Returns the Member/Disp Id of this variable.
getMinorVersion() - Method in class au.com.swz.jatlom.TypeLibAttributes
Return the type library minor version number.
getName() - Method in class au.com.swz.jatlom.FuncDesc
Provides the name of this function.
getName() - Method in class au.com.swz.jatlom.ITypeInfo
Provides the name of this type.
getName() - Method in class au.com.swz.jatlom.ParamDesc
Returns the name of this parameter.
getName() - Method in class au.com.swz.jatlom.TypeLibAttributes
Returns the name of this type library.
getName() - Method in class au.com.swz.jatlom.VarDesc
Provides the name of this variable.
getOptionalParameterCount() - Method in class au.com.swz.jatlom.FuncDesc
Specifies the number of optional parameters in this function.
getParameter(int) - Method in class au.com.swz.jatlom.FuncDesc
Returns a description of the parameter at the specified index.
getParameters() - Method in class au.com.swz.jatlom.FuncDesc
 
getPerInstanceOffset() - Method in class au.com.swz.jatlom.VarDesc
If getKind() == VAR_PERINSTANCE this method returns the offset of this variable within the instance.
getPermittedReturnValueCount() - Method in class au.com.swz.jatlom.FuncDesc
Returns the count of permitted return values for this function.
getPointedToType() - Method in class au.com.swz.jatlom.TypeDesc
If getType() = VT_PTR this method returns a reference to the pointed to type.
getProgID() - Method in class au.com.swz.jatlom.ITypeInfo
Provides the ProgID of this type or null if this class does not have a ProgID.
getReturnParam() - Method in class au.com.swz.jatlom.FuncDesc
 
getSafeArrayType() - Method in class au.com.swz.jatlom.TypeDesc
If getType() = VT_SAFEARRAY this method returns a reference to the type of the safearray.
getTotalParameterCount() - Method in class au.com.swz.jatlom.FuncDesc
Specifies the total number of parameters that this function accepts.
getType() - Method in class au.com.swz.jatlom.TypeDesc
The actual type.
getType() - Method in class au.com.swz.jatlom.Variant
The type enclosed within this variant.
getTypeDesc() - Method in class au.com.swz.jatlom.ParamDesc
Provides the parameter type.
getTypeDesc() - Method in class au.com.swz.jatlom.VarDesc
Provides the type of variable.
getTypeDescAlias() - Method in class au.com.swz.jatlom.ITypeInfo
If getTypeKind() == TKIND_ALIAS, this method returns returns the type for which this type is an alias.
getTypeInfo() - Method in class au.com.swz.jatlom.FuncDesc
Returns the type in which this function belongs.
getTypeInfo() - Method in class au.com.swz.jatlom.ImplType
Returns the type info of the implemented interface.
getTypeInfo(int) - Method in class au.com.swz.jatlom.ITypeLib
Retrieves a description of the type at the specified index within this type library.
getTypeInfoByName(String) - Method in class au.com.swz.jatlom.ITypeLib
Finds and returns the first type within this type library that has the specified name.
getTypeInfoCount() - Method in class au.com.swz.jatlom.ITypeLib
Provides the number of type descriptions that are in this type library.
getTypeInfos() - Method in class au.com.swz.jatlom.ITypeLib
Retrieves all of the types within this type library.
getTypeKind() - Method in class au.com.swz.jatlom.ITypeInfo
Retrieves a TypeAttr that contains the attributes of the type description.
getTypeLibAttributes() - Method in class au.com.swz.jatlom.ITypeLib
Returns the attributes of this type library.
getTypeLibraryFilePath() - Method in class au.com.swz.jatlom.TypeLibAttributes
Returns the full path to the type libary for which these attributes apply.
getUserDefinedType() - Method in class au.com.swz.jatlom.TypeDesc
If getType() = VT_USERDEFINED this method returns a reference to the user defined type.
getVarDesc(int) - Method in class au.com.swz.jatlom.ITypeInfo
Returns reference to the details of the variable at the specified index.
getVariableCount() - Method in class au.com.swz.jatlom.ITypeInfo
Returns the Number of variables/data members in this type.
getVariableIndex(VarDesc) - Method in class au.com.swz.jatlom.ITypeInfo
Returns the index of the specified variable within this type.
getVarKind() - Method in class au.com.swz.jatlom.VarDesc
Provides the kind of variable.
getVTBLOffset() - Method in class au.com.swz.jatlom.FuncDesc
Returns the offset of thie function in to the VTBL.

A B C D E F G H I L P S T U V