Package com.anylogic.engine
@Target({TYPE,METHOD,FIELD,CONSTRUCTOR,LOCAL_VARIABLE}) @Retention(CLASS) @AnyLogicInternalAPI public @interface AnyLogicCustomProposalPriority
Users should ignore this annotation.
This annotation is used only inside the AnyLogic, for code completion purposes
This annotation is used only inside the AnyLogic, for code completion purposes
- Author:
- AnyLogic North America, LLC https://anylogic.com
static java.lang.String |
FULLY_QUALIFIED_STATIC_ELEMENT |
|
static int |
P_CODEGEN_API |
A little bit more than
AnyLogicInternalCodegenAPI |
static int |
P_DRAW_API |
|
static int |
P_DRAW_CONTAINS_API |
|
static int |
P_LIBRARY_DEVELOPER_API |
For elements which are used by libraries but may be rarely used by modelers
(therefore they don't have
AnyLogicInternalAPI annotation) |
static int |
P_PORT_API |
|
Modifier and Type | Fields | Description |
---|
AnyLogicCustomProposalPriority.Type |
type |
|
int |
value |
|
Modifier and Type | Optional Element | Description |
---|
static final java.lang.String FULLY_QUALIFIED_STATIC_ELEMENT
static final int P_DRAW_CONTAINS_API
static final int P_DRAW_API
static final int P_CODEGEN_API
A little bit more than
AnyLogicInternalCodegenAPI
static final int P_LIBRARY_DEVELOPER_API
For elements which are used by libraries but may be rarely used by modelers
(therefore they don't have
AnyLogicInternalAPI
annotation)static final int P_PORT_API
int value
- Default:
- -1
AnyLogicCustomProposalPriority.Type type
- Default:
- com.anylogic.engine.AnyLogicCustomProposalPriority.Type.UNDEFINED
-
How can we improve this article?
-