gov.sns.xal.smf.proxy
Class ElectromagnetPropertyAccessor

java.lang.Object
  |
  +--gov.sns.xal.smf.proxy.ElectromagnetPropertyAccessor
All Implemented Interfaces:
PropertyAccessor

public class ElectromagnetPropertyAccessor
extends java.lang.Object
implements PropertyAccessor


Field Summary
static java.lang.String METHOD_DESIGN_FIELD
           
static java.lang.String METHOD_LIVE_FIELD
           
static java.lang.String PROPERTY_FIELD
           
 
Constructor Summary
ElectromagnetPropertyAccessor()
           
 
Method Summary
 double doubleValueFor(AcceleratorNode node, java.lang.String property, java.lang.String mode)
           
 java.util.List propertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_FIELD

public static final java.lang.String PROPERTY_FIELD
See Also:
Constant Field Values

METHOD_LIVE_FIELD

public static final java.lang.String METHOD_LIVE_FIELD
See Also:
Constant Field Values

METHOD_DESIGN_FIELD

public static final java.lang.String METHOD_DESIGN_FIELD
See Also:
Constant Field Values
Constructor Detail

ElectromagnetPropertyAccessor

public ElectromagnetPropertyAccessor()
Method Detail

doubleValueFor

public double doubleValueFor(AcceleratorNode node,
                             java.lang.String property,
                             java.lang.String mode)
                      throws ProxyException
Specified by:
doubleValueFor in interface PropertyAccessor
ProxyException

propertyNames

public java.util.List propertyNames()
Specified by:
propertyNames in interface PropertyAccessor