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