org.eclipse.emf.ecp.internal.core.util
Class Properties.Property

java.lang.Object
  extended by org.eclipse.emf.ecp.internal.core.util.Properties.Property
All Implemented Interfaces:
Map.Entry<String,String>
Enclosing class:
Properties

public static final class Properties.Property
extends Object
implements Map.Entry<String,String>

Author:
Eike Stepper

Constructor Summary
Properties.Property(String key, String value)
          Default constructor.
 
Method Summary
 String getKey()
          
 String getValue()
          
 String setValue(String value)
          
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

Properties.Property

public Properties.Property(String key,
                           String value)
Default constructor.

Parameters:
key - the key of the property
value - the value of the property
Method Detail

getKey

public String getKey()

Specified by:
getKey in interface Map.Entry<String,String>

getValue

public String getValue()

Specified by:
getValue in interface Map.Entry<String,String>

setValue

public String setValue(String value)

Specified by:
setValue in interface Map.Entry<String,String>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.