gov.nasa.pds.imaging.generate.label
Class FlatLabel

java.lang.Object
  extended by gov.nasa.pds.imaging.generate.label.FlatLabel
All Implemented Interfaces:
LabelObject

public class FlatLabel
extends Object
implements LabelObject


Field Summary
static String GROUP_TYPE
           
static String OBJECT_TYPE
           
static String PROPERTY_TYPE
           
static String SYSTEM_TYPE
           
static String TASK_TYPE
           
 
Constructor Summary
FlatLabel(String name, String type)
           
 
Method Summary
 Object get(String key)
          Retrieves the value of this object's element as identified by key.
 void setElements(Map elements)
          Set the elements of this object
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OBJECT_TYPE

public static final String OBJECT_TYPE
See Also:
Constant Field Values

GROUP_TYPE

public static final String GROUP_TYPE
See Also:
Constant Field Values

SYSTEM_TYPE

public static final String SYSTEM_TYPE
See Also:
Constant Field Values

PROPERTY_TYPE

public static final String PROPERTY_TYPE
See Also:
Constant Field Values

TASK_TYPE

public static final String TASK_TYPE
See Also:
Constant Field Values
Constructor Detail

FlatLabel

public FlatLabel(String name,
                 String type)
Method Detail

get

public Object get(String key)
Description copied from interface: LabelObject
Retrieves the value of this object's element as identified by key.

Specified by:
get in interface LabelObject
Returns:

setElements

public void setElements(Map elements)
Description copied from interface: LabelObject
Set the elements of this object

Specified by:
setElements in interface LabelObject

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010–2014 Planetary Data System. All rights reserved.