public class CommonAspectRule
extends java.lang.Object
The DIMENSION aspect normally requires a second parameter to indicate the dimension QName
CONCEPT,
ENTITYIDENTIFIER,
PERIOD,
UNIT,
NONXDTSCENARIO,
NONXDTSEGMENT,
DIMENSION| Modifier and Type | Field and Description |
|---|---|
static int |
ALLDIMENSIONALASPECTS
The Constant ALLDIMENSIONALASPECTS.
|
static int |
ALLNONDIMENSIONALASPECTS
The Constant ALLNONDIMENSIONALASPECTS.
|
static int |
ANY
The Constant ANY.
|
static int |
CONCEPT
The Constant CONCEPT.
|
static int |
DIMENSION
The Constant DIMENSION.
|
static int |
ENTITYIDENTIFIER
The Constant ENTITYIDENTIFIER.
|
static int |
NONE
The Constant NONE.
|
static int |
NONXDTSCENARIO
The Constant NONXDTSCENARIO.
|
static int |
NONXDTSEGMENT
The Constant NONXDTSEGMENT.
|
static int |
PERIOD
The Constant PERIOD.
|
static int |
UNIT
The Constant UNIT.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAspectsText(int aspects)
Converts the bitmap of aspects into a string of comma separated aspect names.
|
public static final int NONE
public static final int CONCEPT
public static final int ENTITYIDENTIFIER
public static final int PERIOD
public static final int UNIT
public static final int NONXDTSEGMENT
public static final int NONXDTSCENARIO
public static final int DIMENSION
public static final int ALLDIMENSIONALASPECTS
public static final int ALLNONDIMENSIONALASPECTS
public static final int ANY