com.googlecode.jpattern.gwt.client.property
Interface IProperty

All Known Implementing Classes:
Property

public interface IProperty

Author:
Francesco Cina' 08/mag/2011

Method Summary
 boolean containsKey(String key)
           
 List<String> getKeys()
           
 String getProperty(String key)
           
 

Method Detail

getKeys

List<String> getKeys()

getProperty

String getProperty(String key)

containsKey

boolean containsKey(String key)


Copyright © 2011. All Rights Reserved.