public static enum Aspects.AspectCode extends java.lang.Enum<Aspects.AspectCode>
Enum Constant and Description |
---|
COMPLETESCENARIO
The completescenario.
|
COMPLETESEGMENT
The completesegment.
|
CONCEPT
The concept.
|
CONTEXT
The complete context.
|
DIMENSION
The dimension.
|
ENTITYIDENTIFIER
The entityidentifier.
|
LOCATION
The location.
|
NONE
The none.
|
NONXDTSCENARIO
The nonxdtscenario.
|
NONXDTSEGMENT
The nonxdtsegment.
|
PERIOD
The period.
|
UNIT
The unit.
|
VALUE
The value.
|
Modifier and Type | Method and Description |
---|---|
static Aspects.AspectCode |
getAspectFromCode(int code)
Gets the aspect from code when the code represents only one aspect.
|
int |
getCode()
Gets the code.
|
static Aspects.AspectCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Aspects.AspectCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aspects.AspectCode NONE
public static final Aspects.AspectCode CONCEPT
public static final Aspects.AspectCode LOCATION
public static final Aspects.AspectCode UNIT
public static final Aspects.AspectCode ENTITYIDENTIFIER
public static final Aspects.AspectCode PERIOD
public static final Aspects.AspectCode DIMENSION
public static final Aspects.AspectCode COMPLETESEGMENT
public static final Aspects.AspectCode NONXDTSEGMENT
public static final Aspects.AspectCode COMPLETESCENARIO
public static final Aspects.AspectCode NONXDTSCENARIO
public static final Aspects.AspectCode VALUE
public static final Aspects.AspectCode CONTEXT
public static Aspects.AspectCode[] values()
for (Aspects.AspectCode c : Aspects.AspectCode.values()) System.out.println(c);
public static Aspects.AspectCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getCode()
public static Aspects.AspectCode getAspectFromCode(int code)
code
- the codejava.lang.RuntimeException
- if the code
parameter is not one statically
defined in the CommonAspectRule
class or is a combination of aspectsCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa