Uses of Class
adams.flow.core.ObjectRetriever.RetrievalType
-
Packages that use ObjectRetriever.RetrievalType Package Description adams.flow.core adams.flow.transformer -
-
Uses of ObjectRetriever.RetrievalType in adams.flow.core
Fields in adams.flow.core declared as ObjectRetriever.RetrievalType Modifier and Type Field Description protected ObjectRetriever.RetrievalType
ObjectRetriever. m_RetrievalType
the retrieval type.Methods in adams.flow.core that return ObjectRetriever.RetrievalType Modifier and Type Method Description ObjectRetriever.RetrievalType
ObjectRetriever. getRetrievalType()
Returns the retrieval type.static ObjectRetriever.RetrievalType
ObjectRetriever.RetrievalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectRetriever.RetrievalType[]
ObjectRetriever.RetrievalType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.core with parameters of type ObjectRetriever.RetrievalType Modifier and Type Method Description void
ObjectRetriever. setRetrievalType(ObjectRetriever.RetrievalType value)
Sets the retrieval type. -
Uses of ObjectRetriever.RetrievalType in adams.flow.transformer
Methods in adams.flow.transformer that return ObjectRetriever.RetrievalType Modifier and Type Method Description ObjectRetriever.RetrievalType
CollectionInsert. getRetrievalType()
Returns the retrieval type.ObjectRetriever.RetrievalType
Mat5FileAddArray. getRetrievalType()
Returns the retrieval type.ObjectRetriever.RetrievalType
Mat5FileAddMap. getRetrievalType()
Returns the retrieval type.ObjectRetriever.RetrievalType
Mat5SetStructField. getRetrievalType()
Returns the retrieval type.Methods in adams.flow.transformer with parameters of type ObjectRetriever.RetrievalType Modifier and Type Method Description void
CollectionInsert. setRetrievalType(ObjectRetriever.RetrievalType value)
Sets the retrieval type.void
Mat5FileAddArray. setRetrievalType(ObjectRetriever.RetrievalType value)
Sets the retrieval type.void
Mat5FileAddMap. setRetrievalType(ObjectRetriever.RetrievalType value)
Sets the retrieval type.void
Mat5SetStructField. setRetrievalType(ObjectRetriever.RetrievalType value)
Sets the retrieval type.
-