Interface AbstractValueWrapper<V>
- All Known Implementing Classes:
AbstractValueWrapper.ForCollection
,AbstractValueWrapper.ForList
,AbstractValueWrapper.Impl
,IgnoredNamespaces
,ItemDiagramSpecificationXsomParser.ItemDiagramSpecifications
,QNameList
,SchemaMigrationXsomParser.SchemaMigrations
public interface AbstractValueWrapper<V>
The
DefinitionFeatureParser
works with values of specified type, and that type should not be a parameterized one,
like "list of access rights". Hence, we provide wrappers for such situations - in particular, for collections, especially
lists.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
AbstractValueWrapper.ForCollection<T,
C extends Collection<T>> static class
static class