Interface I_DvTypeAdapter
-
- All Known Implementing Classes:
_ArrayListAdapter,_LinkedTreeMapAdapter,ArrayListAdapter,CodePhraseAdapter,DvCodedTextAdapter,DvDateAdapter,DvDateTimeAdapter,DvDurationAdapter,DvTextAdapter,DvTimeAdapter,DvTypeAdapter,LinkedTreeMapAdapter,ParticipationAdapter,PartyIdentifiedAdapter,TerminologyIDAdapter,TermMappingAdapter
public interface I_DvTypeAdapterCreated by christian on 10/6/2016.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classI_DvTypeAdapter.AdapterType
-
Field Summary
Fields Modifier and Type Field Description static StringARCHETYPE_NODE_IDstatic StringAT_CLASSstatic StringAT_TYPEstatic StringELEMENTstatic StringEVENTSstatic StringITEMSstatic StringmatchNodePredicatestatic StringNAMEstatic StringTAG_CLASS_RAW_JSONstatic StringVALUE
-
-
-
Field Detail
-
matchNodePredicate
static final String matchNodePredicate
- See Also:
- Constant Field Values
-
TAG_CLASS_RAW_JSON
static final String TAG_CLASS_RAW_JSON
- See Also:
- Constant Field Values
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
AT_TYPE
static final String AT_TYPE
- See Also:
- Constant Field Values
-
AT_CLASS
static final String AT_CLASS
- See Also:
- Constant Field Values
-
ARCHETYPE_NODE_ID
static final String ARCHETYPE_NODE_ID
- See Also:
- Constant Field Values
-
ITEMS
static final String ITEMS
- See Also:
- Constant Field Values
-
EVENTS
static final String EVENTS
- See Also:
- Constant Field Values
-
VALUE
static final String VALUE
- See Also:
- Constant Field Values
-
ELEMENT
static final String ELEMENT
- See Also:
- Constant Field Values
-
-