org.eclipse.emf._2002.ecore
Class EStringToStringMapEntry

java.lang.Object
  extended by org.eclipse.emf._2002.ecore.EStringToStringMapEntry
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class EStringToStringMapEntry
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for EStringToStringMapEntry complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EStringToStringMapEntry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="key" type="{http://www.eclipse.org/emf/2002/Ecore}EString" />
       <attribute name="value" type="{http://www.eclipse.org/emf/2002/Ecore}EString" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String key
           
protected  String value
           
 
Constructor Summary
EStringToStringMapEntry()
           
 
Method Summary
 String getKey()
          Gets the value of the key property.
 String getValue()
          Gets the value of the value property.
 void setKey(String value)
          Sets the value of the key property.
 void setValue(String value)
          Sets the value of the value property.
 String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

protected String key

value

protected String value
Constructor Detail

EStringToStringMapEntry

public EStringToStringMapEntry()
Method Detail

getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.