Package | Description |
---|---|
com4j |
com4j runtime.
|
Modifier and Type | Method and Description |
---|---|
Variant.Type |
Variant.getType()
Gets the type of the variant.
|
static Variant.Type |
Variant.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Variant.Type[] |
Variant.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Variant.setType(Variant.Type t)
Sets the type of the variant.
|
Constructor and Description |
---|
SafeArray(Variant.Type type,
SafeArray.Bound[] bounds) |
Variant(Variant.Type type)
Creates an empty
Variant with the given type. |
Copyright © 2014. All rights reserved.