|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.project.midp.DescriptorPropertyDescription
public class DescriptorPropertyDescription
This class represents an application descriptor property description.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.
| Field Summary | |
|---|---|
static int |
DATATYPE_INT
Integer property type |
static int |
DATATYPE_LIST
List property type |
static int |
DATATYPE_STRING
String property type |
static int |
DATATYPE_URL
URL property type |
| Constructor Summary | |
|---|---|
DescriptorPropertyDescription(String propertyName,
String displayName,
int dataType)
Constructor |
|
| Method Summary | |
|---|---|
int |
getDataType()
|
String |
getDisplayName()
|
String |
getPropertyName()
|
void |
setDataType(int i)
|
void |
setDisplayName(String string)
|
void |
setPropertyName(String string)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DATATYPE_STRING
public static final int DATATYPE_URL
public static final int DATATYPE_INT
public static final int DATATYPE_LIST
| Constructor Detail |
|---|
public DescriptorPropertyDescription(String propertyName,
String displayName,
int dataType)
| Method Detail |
|---|
public int getDataType()
public String getDisplayName()
public String getPropertyName()
public void setDataType(int i)
i - the data typepublic void setDisplayName(String string)
string - the display namepublic void setPropertyName(String string)
string - the property name
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||