Module dev.metaschema.core
Interface IFeatureNoDataAtomicValuedItem
- All Superinterfaces:
IAtomicValuedItem,ICollectionValue,IFeatureNoDataValuedItem,IItem
A feature interface representing an atomic-valued item that has no associated
value data.
-
Method Summary
Methods inherited from interface dev.metaschema.core.metapath.item.ICollectionValue
deepEquals, toSignatureMethods inherited from interface dev.metaschema.core.metapath.item.node.IFeatureNoDataValuedItem
getValue, hasValueMethods inherited from interface dev.metaschema.core.metapath.item.IItem
accept, atomize, contentsAsSequence, flatten, getType, toSequence
-
Method Details
-
toAtomicItem
Description copied from interface:IItemGet the atomic value for the item. This may be the same item if the item is an instance ofIAnyAtomicItem.An implementation of item atomization.
- Specified by:
toAtomicItemin interfaceIItem- Returns:
- the atomic value or
nullif the item has no available value
-