All Packages Class Hierarchy This Package Previous Next Index
Class JObserve.VLA.SynthRestFrameF
java.lang.Object
|
+----JObserve.FieldLink
|
+----JObserve.Field
|
+----JObserve.VLA.SynthRestFrameF
- public final class SynthRestFrameF
- extends Field
Field definition for SynthRestFrameF class
Rest frame for DOPSET calculations (2 characters)
Defines structures and member functions for the manipulation,
display and editing of scan information.
Expects the Scan members of this type to be named SynthRestFrame.
-
Fullname
- full names for modes
-
RestFrameTable
- DOPSET Rest Frame Table
-
RestFrameText
- DOPSET Rest Frame Table description
-
Value
- Data
-
FullName()
- Return full name of mode
SynthCode
-
GiveValue()
- Write value to string(s)
Only returns a value if an Explicit value is present.
-
ParseValue(String, int, boolean)
- Read value from string
Set value to input string.
-
SetDefault(Scan, Scan)
- Set defaults
Fill in defaults if not explicit in Current but is in Default.
-
toString()
- Write value to string
Value
public char Value
- Data
RestFrameTable
public static final char RestFrameTable[]
- DOPSET Rest Frame Table
Fullname
public static final String Fullname[]
- full names for modes
RestFrameText
public static final String RestFrameText[]
- DOPSET Rest Frame Table description
SetDefault
public void SetDefault(Scan scan,
Scan def)
- Set defaults
Fill in defaults if not explicit in Current but is in Default.
- Parameters:
-
Scan
- of this this field is a member.
-
Scan
- to get defaults from.
- Overrides:
- SetDefault in class FieldLink
FullName
public String FullName()
- Return full name of mode
SynthCode
- Returns:
-
String
The full name of the mode,
e.g. "topocentric"
ParseValue
public void ParseValue(String Value,
int Index,
boolean Constant)
- Read value from string
Set value to input string.
- Parameters:
-
String
- Value string
-
index
- Index (not used)
-
boolean
- true if a constant value
- Overrides:
- ParseValue in class FieldLink
GiveValue
public String[] GiveValue()
- Write value to string(s)
Only returns a value if an Explicit value is present.
Format: Name(index)* Value<\br>
Where (index) is present if the value is an array (not the case for Field),
and the "*" indicates a constant (not editable) value
- Returns:
-
String
one entry per Value array element;
null if no explicit value.
- Overrides:
- GiveValue in class FieldLink
toString
public String toString()
- Write value to string
- Returns:
-
String
String representation
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index