Class AncillaryData

java.lang.Object
org.yamcs.xtce.AncillaryData
All Implemented Interfaces:
Serializable

public class AncillaryData extends Object implements Serializable
Used for any other data associated with each named object. May be used to include administrative data (e.g., version, CM or tags) or potentially any MIME type. Data may be included or given as an href.

The properties used in yamcs are grouped under the key Yamcs and documented below. Only name and value are used (href and mimeType are ignored).

See Also:
  • Field Details

    • KEY_YAMCS

      public static final String KEY_YAMCS
      See Also:
    • KEY_ALGO_MANDATORY_INPUT

      public static final String KEY_ALGO_MANDATORY_INPUT
      Used to specifies that certain inputs for an algorithm are mandatory (the algorithm won't be started if they are not there)
      See Also:
    • PROP_USE_AS_ARCHIVING_PARTITION

      public static final String PROP_USE_AS_ARCHIVING_PARTITION
      Used to configure the SequenceContainers to be used to partition the archive data. The containers will also be used for histogram building (this is the "pname" column in the tm table).
      See Also:
  • Constructor Details

    • AncillaryData

      public AncillaryData(String name, String value)
  • Method Details

    • getName

      public String getName()
    • getHref

      public URI getHref()
    • getValue

      public String getValue()
    • getMimeType

      public String getMimeType()
    • setMimeType

      public void setMimeType(String mimeType)
    • setHref

      public void setHref(URI href)
    • isYamcs

      public boolean isYamcs()
    • toString

      public String toString()
      Overrides:
      toString in class Object