Home
last modified time | relevance | path

Searched refs:DataEntityType (Results 1 – 3 of 3) sorted by relevance

/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/internal/
H A DDataSetBaseTypes.inl86 // DataEntityType
92 inline std::string& DataEntityType::Checksum()
95 inline DataEntityType& DataEntityType::Checksum(const std::string& checksum)
104 inline DataEntityType& DataEntityType::EncodedValue(const std::string& encodedValue)
110 inline std::string& DataEntityType::MetaType()
113 inline DataEntityType& DataEntityType::MetaType(const std::string& metatype)
122 inline DataEntityType& DataEntityType::SimpleValue(const std::string& simpleValue)
131 inline DataEntityType& DataEntityType::TimeStampedName(const std::string& timeStampedName)
137 inline std::string& DataEntityType::UniqueId()
140 inline DataEntityType& DataEntityType::UniqueId(const std::string& uuid)
[all …]
H A DDataSetBaseTypes.h61 class DataEntityType : public BaseEntityType
64 DataEntityType(const std::string& label, const XsdType& xsd = XsdType::BASE_DATA_MODEL);
83 DataEntityType& Checksum(const std::string& checksum);
84 DataEntityType& EncodedValue(const std::string& encodedValue);
85 DataEntityType& MetaType(const std::string& metatype);
86 DataEntityType& SimpleValue(const std::string& simpleValue);
87 DataEntityType& TimeStampedName(const std::string& timeStampedName);
88 DataEntityType& UniqueId(const std::string& uuid);
89 DataEntityType& ValueDataType(const std::string& valueDataType);
/dports/biology/pbbam/pbbam-0.18.0/src/
H A DDataSetBaseTypes.cpp41 DataEntityType::DataEntityType(const std::string& label, const XsdType& xsd) in DataEntityType() function in PacBio::BAM::internal::DataEntityType