org.eclipse.emf.ecp.internal.core.util
Class Properties.Property
java.lang.Object
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
Properties.Property
public Properties.Property(String key,
String value)
- Default constructor.
- Parameters:
key
- the key of the propertyvalue
- the value of the property
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 © 2015. All Rights Reserved.