Package org.yamcs.xtce
Class History
- java.lang.Object
-
- org.yamcs.xtce.History
-
- All Implemented Interfaces:
Serializable,Comparable<History>
public class History extends Object implements Serializable, Comparable<History>
Capture creation or change history of document. DIFFERS_FROM_XTCE XTCE only has one string-field.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(History o)StringgetAuthor()StringgetDate()StringgetMessage()StringgetVersion()StringtoString()
-