org.solovyev.android
Interface AProperty

All Superinterfaces:
Cloneable, org.solovyev.common.JCloneable<AProperty>, android.os.Parcelable, Serializable
All Known Implementing Classes:
APropertyImpl

public interface AProperty
extends android.os.Parcelable, org.solovyev.common.JCloneable<AProperty>, Serializable

User: serso Date: 5/30/12 Time: 7:16 PM


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T>
 
Field Summary
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from interface android.os.Parcelable
describeContents, writeToParcel
 
Methods inherited from interface org.solovyev.common.JCloneable
clone
 

Method Detail

getName

@NotNull
String getName()

getValue

@Nullable
String getValue()


Copyright © 2012. All Rights Reserved.