Interface LogComponentIdentifier
-
public interface LogComponentIdentifierInterface with constants required for the Logger.- Author:
- thimm
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENTComponent: "cake.data.model"static StringCOMPONENT_KEY_AGGREGATECLASSComponent-Key for AggregateClass: "02"static StringCOMPONENT_KEY_ATOMICCLASSComponent-Key for AtomicClass: "04"static StringCOMPONENT_KEY_COLLECTIONCLASSComponent-Key for CollectionClass: "05"static StringCOMPONENT_KEY_DATACLASSComponent-Key for DataClass: "01"static StringCOMPONENT_KEY_INTERVALCLASSComponent-Key for CollectionClass: "06"static StringCOMPONENT_KEY_MODELComponent-Key for Model: "00"static StringCOMPONENT_KEY_UNIONCLASSComponent-Key for ValueOrder: "07"static StringCOMPONENT_KEY_VALUEORDERComponent-Key for ValueOrder: "03"
-
-
-
Field Detail
-
COMPONENT
static final String COMPONENT
Component: "cake.data.model"- See Also:
- Constant Field Values
-
COMPONENT_KEY_AGGREGATECLASS
static final String COMPONENT_KEY_AGGREGATECLASS
Component-Key for AggregateClass: "02"- See Also:
- Constant Field Values
-
COMPONENT_KEY_ATOMICCLASS
static final String COMPONENT_KEY_ATOMICCLASS
Component-Key for AtomicClass: "04"- See Also:
- Constant Field Values
-
COMPONENT_KEY_COLLECTIONCLASS
static final String COMPONENT_KEY_COLLECTIONCLASS
Component-Key for CollectionClass: "05"- See Also:
- Constant Field Values
-
COMPONENT_KEY_DATACLASS
static final String COMPONENT_KEY_DATACLASS
Component-Key for DataClass: "01"- See Also:
- Constant Field Values
-
COMPONENT_KEY_INTERVALCLASS
static final String COMPONENT_KEY_INTERVALCLASS
Component-Key for CollectionClass: "06"- See Also:
- Constant Field Values
-
COMPONENT_KEY_MODEL
static final String COMPONENT_KEY_MODEL
Component-Key for Model: "00"- See Also:
- Constant Field Values
-
COMPONENT_KEY_UNIONCLASS
static final String COMPONENT_KEY_UNIONCLASS
Component-Key for ValueOrder: "07"- See Also:
- Constant Field Values
-
COMPONENT_KEY_VALUEORDER
static final String COMPONENT_KEY_VALUEORDER
Component-Key for ValueOrder: "03"- See Also:
- Constant Field Values
-
-