Class DataFlow::ContentSet
An entity that represents the set of Contents being accessed at a read or store operation.
Import path
import javascriptDirect supertypes
Predicates
| asPropertyName | Gets the property name to be accessed, provided that this is a singleton content set. |
| asSingleton | Gets the singleton content to be accessed. |
| getAReadContent | Gets a content that may be read from when reading from this set. |
| getAStoreContent | Gets a content that may be stored into when storing into this set. |
| toString | Gets a string representation of this content set. |