Class JsonInfraItems
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.lex.json.JsonInfraItems
-
public class JsonInfraItems extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROP_CONTEXT
Namespace context definition.static QName
PROP_CONTEXT_QNAME
static String
PROP_ELEMENT
Deprecated.UsePROP_ITEM
insteadstatic QName
PROP_ELEMENT_QNAME
Deprecated.static String
PROP_ID
static QName
PROP_ID_QNAME
static String
PROP_INCOMPLETE
Marks object as incompletestatic QName
PROP_INCOMPLETE_QNAME
static String
PROP_ITEM
static QName
PROP_ITEM_QNAME
static String
PROP_METADATA
Metadata itemstatic QName
PROP_METADATA_QNAME
static String
PROP_NAMESPACE
Default namespace declaration, deprecated in favour of global prefixes andPROP_CONTEXT
, which also allows definition of local prefixes.static QName
PROP_NAMESPACE_QNAME
static String
PROP_TYPE
Explicit type informationstatic QName
PROP_TYPE_QNAME
static String
PROP_VALUE
Alias for value, usually used when other infra item is needed.static QName
PROP_VALUE_QNAME
-
Constructor Summary
Constructors Constructor Description JsonInfraItems()
-
-
-
Field Detail
-
PROP_NAMESPACE
public static final String PROP_NAMESPACE
Default namespace declaration, deprecated in favour of global prefixes andPROP_CONTEXT
, which also allows definition of local prefixes.- See Also:
PROP_CONTEXT
, Constant Field Values
-
PROP_NAMESPACE_QNAME
public static final QName PROP_NAMESPACE_QNAME
-
PROP_TYPE
public static final String PROP_TYPE
Explicit type information- See Also:
- Constant Field Values
-
PROP_TYPE_QNAME
public static final QName PROP_TYPE_QNAME
-
PROP_INCOMPLETE
public static final String PROP_INCOMPLETE
Marks object as incomplete- See Also:
- Constant Field Values
-
PROP_INCOMPLETE_QNAME
public static final QName PROP_INCOMPLETE_QNAME
-
PROP_ELEMENT
@Deprecated public static final String PROP_ELEMENT
Deprecated.UsePROP_ITEM
insteadExplicit item name definition for heterolists- See Also:
- Constant Field Values
-
PROP_ELEMENT_QNAME
@Deprecated public static final QName PROP_ELEMENT_QNAME
Deprecated.
-
PROP_ITEM
public static final String PROP_ITEM
- See Also:
- Constant Field Values
-
PROP_ITEM_QNAME
public static final QName PROP_ITEM_QNAME
-
PROP_VALUE
public static final String PROP_VALUE
Alias for value, usually used when other infra item is needed.- See Also:
- Constant Field Values
-
PROP_VALUE_QNAME
public static final QName PROP_VALUE_QNAME
-
PROP_METADATA
public static final String PROP_METADATA
Metadata item- See Also:
- Constant Field Values
-
PROP_METADATA_QNAME
public static final QName PROP_METADATA_QNAME
-
PROP_CONTEXT
public static final String PROP_CONTEXT
Namespace context definition.- See Also:
- Constant Field Values
-
PROP_CONTEXT_QNAME
public static final QName PROP_CONTEXT_QNAME
-
PROP_ID
public static final String PROP_ID
- See Also:
- Constant Field Values
-
PROP_ID_QNAME
public static final QName PROP_ID_QNAME
-
-