| Modifier and Type | Class and Description |
|---|---|
class |
WrapperMetaArrayRawVO
WrapperMetaRawValueVO implementation which encapsulates an array metadata value
that contains a internal WrapperMetaRegisterRawVO.
|
class |
WrapperMetaRegisterRawVO
WrapperMetaRawValueVO implementation that will contains a set of other
WrapperMetaRawValueVO objects.
|
class |
WrapperMetaSimpleRawVO
WrapperMetaRawValueVO implementation that encapsulates a simple metadata
value represented with a name a and a Class type.
|
| Modifier and Type | Method and Description |
|---|---|
WrapperMetaRawValueVO |
WrapperMetaRegisterRawVO.getMetaRawValue(String key)
Returns a internal WrapperMetaRawValueVO indexed with the key parameter.
|
WrapperMetaRawValueVO |
WrapperMetaRegisterRawVO.getMetaRawValueByMapping(String key)
Returns a internal WrapperMetaRawValueVO with mapping equals to parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<WrapperMetaRawValueVO> |
WrapperMetaRegisterRawVO.getMetaRawValues()
Returns the set of internal WrapperMetaRawValueVO instances.
|
AbstractMap<String,WrapperMetaRawValueVO> |
WrapperMetaRegisterRawVO.getMetaRawValuesMap()
Returns the map of internal WrapperMetaRawValueVO instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperMetaRegisterRawVO.add(WrapperMetaRawValueVO value)
Adds a new WrapperMetaRawValueVO to the WrapperMetaRegisterRawVO object.
|
void |
WrapperMetaRegisterRawVO.addAtBeginning(WrapperMetaRawValueVO value)
Adds a WrapperMetaRawValueVO at beginning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WrapperMetaRegisterRawVO.resetMetaRawValues(List<WrapperMetaRawValueVO> metaRawValueVOs)
Set the internal WrapperMetaRawValueVO instances to the new list clearing the previous values.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HTMLWrapperMetaRawValueVO
Interface which must be implemented by all the metatadata type fields
of a HTML Wrapper object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLWrapperMetaArrayRawVO
Value Object representing the array types of a HTML wrapper object.
|
class |
HTMLWrapperMetaRegisterRawVO
Value Object representing the register types of a HTML wrapper object.
|
class |
HTMLWrapperMetaSimpleRawVO
Value Object representing the simple types of a HTML wrapper object.
|
Copyright © 2024 Denodo Technologies. All rights reserved.