com.esri.core.internal.value
Class LabelPlacement

java.lang.Object
  extended by com.esri.core.internal.value.LabelPlacement
All Implemented Interfaces:
Serializable

public class LabelPlacement
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LabelPlacement(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getValue()
          Gets the value of the LabelPlacement.
 int hashCode()
           
 void setValue(String value)
          Sets the value of the LabelPlacement.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelPlacement

public LabelPlacement(String value)
Method Detail

getValue

public String getValue()
Gets the value of the LabelPlacement.

Returns:
Returns the value.

setValue

public void setValue(String value)
Sets the value of the LabelPlacement.

Parameters:
value - The value to set.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.