public abstract class BaseProperty extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
mDefaultValue |
protected String |
mDescription |
protected String |
mName |
Modifier | Constructor and Description |
---|---|
protected |
BaseProperty(String name,
String description,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
int |
hashCode() |
protected final String mName
protected final String mDescription
protected final String mDefaultValue
Copyright © 2023. All Rights Reserved.