org.solovyev.android
Class APropertyImpl
java.lang.Object
org.solovyev.common.JObject
org.solovyev.android.APropertyImpl
- All Implemented Interfaces:
- android.os.Parcelable, Serializable, Cloneable, AProperty, org.solovyev.common.JCloneable<AProperty>
public class APropertyImpl
- extends org.solovyev.common.JObject
- implements AProperty
User: serso
Date: 5/30/12
Time: 7:17 PM
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface android.os.Parcelable |
android.os.Parcelable.ClassLoaderCreator<T>, android.os.Parcelable.Creator<T> |
| Fields inherited from interface android.os.Parcelable |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
APropertyImpl
public APropertyImpl()
fromParcel
@NotNull
public static AProperty fromParcel(@NotNull
android.os.Parcel in)
newInstance
@NotNull
public static AProperty newInstance(@NotNull
String name,
@Nullable
String value)
getName
@NotNull
public String getName()
- Specified by:
getName in interface AProperty
getValue
@Nullable
public String getValue()
- Specified by:
getValue in interface AProperty
describeContents
public int describeContents()
- Specified by:
describeContents in interface android.os.Parcelable
writeToParcel
public void writeToParcel(@NotNull
android.os.Parcel out,
int flags)
- Specified by:
writeToParcel in interface android.os.Parcelable
clone
@NotNull
public APropertyImpl clone()
- Specified by:
clone in interface org.solovyev.common.JCloneable<AProperty>- Overrides:
clone in class org.solovyev.common.JObject
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2012. All Rights Reserved.