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
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.