net.rgielen.com4j.office2010.office.PropertyTest Maven / Gradle / Ivy
The newest version!
package net.rgielen.com4j.office2010.office ;
import com4j.*;
@IID("{000C0333-0000-0000-C000-000000000046}")
public interface PropertyTest extends net.rgielen.com4j.office2010.office._IMsoDispObj {
// Methods:
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@DISPID(0) //= 0x0. The runtime will prefer the VTID if present
@VTID(9)
@DefaultMethod
java.lang.String name();
/**
*
* Getter method for the COM property "Condition"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoCondition
*/
@DISPID(2) //= 0x2. The runtime will prefer the VTID if present
@VTID(10)
net.rgielen.com4j.office2010.office.MsoCondition condition();
/**
*
* Getter method for the COM property "Value"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(3) //= 0x3. The runtime will prefer the VTID if present
@VTID(11)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object value();
/**
*
* Getter method for the COM property "SecondValue"
*
* @return Returns a value of type java.lang.Object
*/
@DISPID(4) //= 0x4. The runtime will prefer the VTID if present
@VTID(12)
@ReturnValue(type=NativeType.VARIANT)
java.lang.Object secondValue();
/**
*
* Getter method for the COM property "Connector"
*
* @return Returns a value of type net.rgielen.com4j.office2010.office.MsoConnector
*/
@DISPID(5) //= 0x5. The runtime will prefer the VTID if present
@VTID(13)
net.rgielen.com4j.office2010.office.MsoConnector connector();
// Properties:
}