Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.deploy.api.shared
Interface PlanConstants

All Known Subinterfaces:
WebLogicDDBeanRoot

public interface PlanConstants

This interface defines constants used for deployment plan generation

Since:
12c

Field Summary
static int ANY
          Specifies that an annotation for a property is not examined
static int CHANGABLE
          Specifies a property that is a dependency, declaration or configurable
static int CONFIGURABLE
          Specifies a property that is configurable, but doesn't resolve resources
static int DECLARATION
          Specifies a property that identifies an resource declaration
static int DEPENDENCY
          Specifies a property that identifies an resource dependency
static int DYNAMIC
          Specifies a property that may safely be modified at runtime
 

Field Detail

DEPENDENCY

static final int DEPENDENCY
Specifies a property that identifies an resource dependency

See Also:
Constant Field Values

DECLARATION

static final int DECLARATION
Specifies a property that identifies an resource declaration

See Also:
Constant Field Values

CONFIGURABLE

static final int CONFIGURABLE
Specifies a property that is configurable, but doesn't resolve resources

See Also:
Constant Field Values

CHANGABLE

static final int CHANGABLE
Specifies a property that is a dependency, declaration or configurable

See Also:
Constant Field Values

DYNAMIC

static final int DYNAMIC
Specifies a property that may safely be modified at runtime

See Also:
Constant Field Values

ANY

static final int ANY
Specifies that an annotation for a property is not examined

See Also:
Constant Field Values

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02