|
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.model.jad.DescriptorPropertyDescription
public class DescriptorPropertyDescription
This class represents an application descriptor property description.
Note: This class/interface is part of an interim API that is still under development and expected to change before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken as the API evolves.
| 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 | |||||||||