|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUnoFactoryConstants
This interface contains the keys for the data to provide to the UNO factory. This interface shouldn't define any language specific data key.
Field Summary | |
---|---|
static java.lang.String |
ARGUMENT_INOUT
The object is a string among in , out and inout
defining the direction of a method parameter. |
static int |
ATTRIBUTE
|
static int |
BASICS
|
static int |
CONSTANT
|
static int |
CONSTANTS
|
static int |
ENUM
|
static int |
EXCEPTION
|
static java.lang.String |
FLAGS
The object is a string containing the different flags of attributes, properties and methods separated by a space. |
static java.lang.String |
INHERITED_INTERFACES
The object is an array of "::"-separated strings. |
static int |
INTERFACE
|
static java.lang.String |
MEMBER_TYPE
The object is an integer defining whether the data are describing an attribute or a method. |
static int |
METHOD
|
static int |
MODULE
|
static java.lang.String |
NAME
The object is the data name. |
static java.lang.String |
OPT_INHERITED_INTERFACES
The object is an array of "::"-separated strings. |
static java.lang.String |
PACKAGE_NAME
The object is a "::"-separated string. |
static java.lang.String |
PROJECT_COMP
The object should be a single word. |
static java.lang.String |
PROJECT_HANDLE
The object should be an instance of IProject . |
static java.lang.String |
PROJECT_IDL_DIR
Project property setting the directory where the idl files are located. |
static java.lang.String |
PROJECT_LANGUAGE
The object should be an instance of AbstractLanguage . |
static java.lang.String |
PROJECT_NAME
|
static java.lang.String |
PROJECT_OOO
The object should be an instance of IOOo . |
static java.lang.String |
PROJECT_PATH
|
static java.lang.String |
PROJECT_PREFIX
The object should be a dot-separated string. |
static java.lang.String |
PROJECT_SDK
The object should be an instance of ISdk . |
static java.lang.String |
PROJECT_SRC_DIR
Project property setting the directory where the sources are located. |
static int |
SERVICE
|
static int |
SINGLETON
|
static int |
STRUCT
|
static java.lang.String |
TYPE
The object is a String corresponding to the returned type of a method or the type of an attribute. |
static java.lang.String |
TYPE_NAME
The object is a single word. |
static java.lang.String |
TYPE_NATURE
The object defines which UNO type the data is describing: a module, an interface, a service... |
static java.lang.String |
TYPE_PUBLISHED
The object is a Boolean . |
static int |
TYPEDEF
|
Field Detail |
---|
static final java.lang.String PROJECT_HANDLE
IProject
.
static final java.lang.String PROJECT_PATH
static final java.lang.String PROJECT_NAME
static final java.lang.String PROJECT_PREFIX
static final java.lang.String PROJECT_COMP
static final java.lang.String PROJECT_LANGUAGE
AbstractLanguage
.
static final java.lang.String PROJECT_SDK
ISdk
.
static final java.lang.String PROJECT_OOO
IOOo
.
static final java.lang.String PACKAGE_NAME
static final java.lang.String TYPE_NAME
static final java.lang.String INHERITED_INTERFACES
static final java.lang.String OPT_INHERITED_INTERFACES
static final java.lang.String TYPE_PUBLISHED
Boolean
.
static final java.lang.String TYPE_NATURE
static final int MODULE
static final int INTERFACE
static final int SERVICE
static final int STRUCT
static final int ENUM
static final int EXCEPTION
static final int TYPEDEF
static final int CONSTANT
static final int CONSTANTS
static final int SINGLETON
static final int BASICS
static final java.lang.String TYPE
static final java.lang.String MEMBER_TYPE
static final int ATTRIBUTE
static final int METHOD
static final java.lang.String NAME
static final java.lang.String FLAGS
static final java.lang.String ARGUMENT_INOUT
in
, out
and inout
defining the direction of a method parameter.
static final java.lang.String PROJECT_SRC_DIR
static final java.lang.String PROJECT_IDL_DIR
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |