Interface GenericProperties
-
public interface GenericProperties
These properties are generally supported and may be used to persist as values when building aGenericElement
.- Author:
- mvrueden
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GenericProperties.Enrichment
-
Field Summary
Fields Modifier and Type Field Description static String
DESCRIPTION
The description of the elementstatic String
FOREIGN_ID
static String
FOREIGN_SOURCE
static String
ID
The id of the elementstatic String
LABEL
The label of the elementstatic String
NAMESPACE
The namespace of the element.static String
NODE_CRITERIA
Reference to a node, either the id, or a: statement static String
NODE_ID
static String
NODE_INFO
-
-
-
Field Detail
-
ID
static final String ID
The id of the element- See Also:
- Constant Field Values
-
NAMESPACE
static final String NAMESPACE
The namespace of the element.- See Also:
- Constant Field Values
-
DESCRIPTION
static final String DESCRIPTION
The description of the element- See Also:
- Constant Field Values
-
LABEL
static final String LABEL
The label of the element- See Also:
- Constant Field Values
-
NODE_CRITERIA
static final String NODE_CRITERIA
Reference to a node, either the id, or a: statement - See Also:
- Constant Field Values
-
NODE_INFO
static final String NODE_INFO
- See Also:
- Constant Field Values
-
NODE_ID
static final String NODE_ID
- See Also:
- Constant Field Values
-
FOREIGN_SOURCE
static final String FOREIGN_SOURCE
- See Also:
- Constant Field Values
-
FOREIGN_ID
static final String FOREIGN_ID
- See Also:
- Constant Field Values
-
-