de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace
Class EATaggedValue

java.lang.Object
  extended by de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace.EATaggedValue

public class EATaggedValue
extends Object

Author:
Johannes Echterhoff

Field Summary
protected  String name
           
protected  String notes
           
protected  String value
           
 
Constructor Summary
EATaggedValue(String name, String value, String notes)
           
 
Method Summary
 String getName()
           
 String getNotes()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

value

protected String value

notes

protected String notes
Constructor Detail

EATaggedValue

public EATaggedValue(String name,
                     String value,
                     String notes)
Parameters:
name -
value - if tagged value is a memo field, use "<memo>"
notes - if tagged value is a memo field, provide actual value here - otherwise set null
Method Detail

getName

public String getName()
Returns:
the name

getValue

public String getValue()
Returns:
the value

getNotes

public String getNotes()
Returns:
the notes


Copyright © 2015. All rights reserved.