org.jlab.coda.afecs.cool.ontology
Class AChannel

java.lang.Object
  extended by org.jlab.coda.afecs.cool.ontology.AOntologyConcept
      extended by 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

Constructor Summary
AChannel()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Object getMaxValue()
           
 java.lang.Object getMinValue()
           
 java.lang.String getName()
           
 java.lang.Object getSetValue()
           
 int getSize()
           
 java.lang.String getUnit()
           
 java.lang.Object getValue()
           
 int getValueType()
           
 void setDescription(java.lang.String description)
           
 void setMaxValue(java.lang.Object maxValue)
           
 void setMinValue(java.lang.Object minValue)
           
 void setName(java.lang.String name)
           
 void setSetValue(java.lang.Object setValue)
           
 void setUnit(java.lang.String unit)
           
 void setValue(java.lang.Object value)
           
 void setValueType(int valueType)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jlab.coda.afecs.cool.ontology.AOntologyConcept
addConceptSlot, addPrimitiveSlot, addSlot, getConceptName, getOntology, getSlots, setConceptName, setOntology
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AChannel

public AChannel()
Method Detail

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