Class WicaChannelMetadataString
java.lang.Object
ch.psi.wica.model.channel.WicaChannelData
ch.psi.wica.model.channel.metadata.WicaChannelMetadata
ch.psi.wica.model.channel.metadata.WicaChannelMetadataString
- Direct Known Subclasses:
WicaChannelMetadataMixins.WicaChannelMetadataStringSerializerMixin
Represents the metadata for a channel whose type is STRING.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of the metadata for a channel whose type is STRING. -
Method Summary
Methods inherited from class ch.psi.wica.model.channel.WicaChannelData
getType, getWicaServerTimestamp
-
Constructor Details
-
WicaChannelMetadataString
public WicaChannelMetadataString()Constructs a new instance of the metadata for a channel whose type is STRING.
-