org.jlab.coda.afecs.cool.ontology
Class AChannel
java.lang.Object
org.jlab.coda.afecs.cool.ontology.AOntologyConcept
org.jlab.coda.afecs.cool.ontology.AChannel
- All Implemented Interfaces:
- java.io.Serializable
public class AChannel
- extends AOntologyConcept
- implements java.io.Serializable
JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), Aug 18, 2009
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AChannel
public AChannel()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
getMinValue
public java.lang.Object getMinValue()
setMinValue
public void setMinValue(java.lang.Object minValue)
getMaxValue
public java.lang.Object getMaxValue()
setMaxValue
public void setMaxValue(java.lang.Object maxValue)
getSetValue
public java.lang.Object getSetValue()
setSetValue
public void setSetValue(java.lang.Object setValue)
getValueType
public int getValueType()
setValueType
public void setValueType(int valueType)
getUnit
public java.lang.String getUnit()
setUnit
public void setUnit(java.lang.String unit)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getSize
public int getSize()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object