org.solovyev.android.properties
Interface AProperties

All Superinterfaces:
Cloneable
All Known Subinterfaces:
MutableAProperties

public interface AProperties
extends Cloneable

User: serso Date: 8/22/12 Time: 1:45 AM


Method Summary
 AProperties clone()
           
 Collection<AProperty> getPropertiesCollection()
           
 AProperty getProperty(String name)
           
 String getPropertyValue(String name)
           
 

Method Detail

clone

@Nonnull
AProperties clone()

getProperty

@Nullable
AProperty getProperty(@Nonnull
                               String name)

getPropertyValue

@Nullable
String getPropertyValue(@Nonnull
                                 String name)

getPropertiesCollection

@Nonnull
Collection<AProperty> getPropertiesCollection()


Copyright © 2014 se.solovyev. All Rights Reserved.