public class DCMP
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DCMP |
CONCEPTUAL
The conceptual DCMP.
|
static DCMP |
MIXED
The mixed DCMP.
|
static java.lang.String |
PROP_ID
The id used in a transformation context to store a DCMP property.
|
static java.util.List<DCMP> |
PROTOCOLS
A public list of the supported DCMPs.
|
static DCMP |
RECONCILED
The reconciled DCMP.
|
Modifier and Type | Method and Description |
---|---|
static DCMP |
getDCMP(int theId)
Returns the DCMP with the given id.
|
static DCMP |
getDCMP(java.lang.String name)
Returns the DCMP with the given name.
|
java.lang.String |
getDescription()
Returns the description of the DCMP.
|
int |
getId()
Returns the id of the DCMP.
|
java.lang.String |
getName()
Returns the name of the DCMP.
|
java.lang.String |
toString() |
public static final DCMP CONCEPTUAL
public static final DCMP MIXED
public static final DCMP RECONCILED
public static final java.util.List<DCMP> PROTOCOLS
public static final java.lang.String PROP_ID
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int getId()
public java.lang.String getName()
public java.lang.String getDescription()
public static DCMP getDCMP(int theId)
theId
- The id of the DCMP to find.public static DCMP getDCMP(java.lang.String name)
name
- The name of the DCMP to find.