com.googlecode.jpattern.gwt.client.property
Class Property

java.lang.Object
  extended by com.googlecode.jpattern.gwt.client.property.Property
All Implemented Interfaces:
IProperty

public class Property
extends Object
implements IProperty

Author:
Francesco Cina' 08/mag/2011

Constructor Summary
Property(Map<String,String> properties)
           
 
Method Summary
 boolean containsKey(String key)
           
 List<String> getKeys()
           
 String getProperty(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(Map<String,String> properties)
Method Detail

getKeys

public List<String> getKeys()
Specified by:
getKeys in interface IProperty

containsKey

public boolean containsKey(String key)
Specified by:
containsKey in interface IProperty

getProperty

public String getProperty(String key)
Specified by:
getProperty in interface IProperty


Copyright © 2011. All Rights Reserved.