Package org.yamcs.xtce
Class ValueEnumeration
- java.lang.Object
-
- org.yamcs.xtce.ValueEnumeration
-
- All Implemented Interfaces:
Serializable
public class ValueEnumeration extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueEnumeration(long value, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetLabel()longgetValue()voidsetDescription(String description)StringtoString()
-
-
-
Constructor Detail
-
ValueEnumeration
public ValueEnumeration(long value, String label)
-
-