Package | Description |
---|---|
org.jdtaus.mojo.resource.model |
JAXB classes of the
"http://jdtaus.org/core/model/container"
namespace. |
org.jdtaus.mojo.resource.model.impl |
JAXB implementation classes of the
"http://jdtaus.org/core/model/container" namespace. |
Modifier and Type | Field and Description |
---|---|
static PropertyType |
PropertyType.BOOLEAN |
static PropertyType |
PropertyType.BYTE |
static PropertyType |
PropertyType.CHAR |
static PropertyType |
PropertyType.DOUBLE |
static PropertyType |
PropertyType.FLOAT |
static PropertyType |
PropertyType.INT |
static PropertyType |
PropertyType.JAVA_LANG_BOOLEAN |
static PropertyType |
PropertyType.JAVA_LANG_BYTE |
static PropertyType |
PropertyType.JAVA_LANG_CHARACTER |
static PropertyType |
PropertyType.JAVA_LANG_DOUBLE |
static PropertyType |
PropertyType.JAVA_LANG_FLOAT |
static PropertyType |
PropertyType.JAVA_LANG_INTEGER |
static PropertyType |
PropertyType.JAVA_LANG_LONG |
static PropertyType |
PropertyType.JAVA_LANG_SHORT |
static PropertyType |
PropertyType.JAVA_LANG_STRING |
static PropertyType |
PropertyType.LONG |
static PropertyType |
PropertyType.SHORT |
Modifier and Type | Method and Description |
---|---|
static PropertyType |
PropertyType.fromString(String str) |
static PropertyType |
PropertyType.fromValue(String value) |
PropertyType |
Property.getType()
Gets the value of the type property.
|
Modifier and Type | Method and Description |
---|---|
void |
Property.setType(PropertyType value)
Sets the value of the type property.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyType |
PropertyImpl._Type |
Modifier and Type | Method and Description |
---|---|
PropertyType |
PropertyImpl.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyImpl.setType(PropertyType value) |
Copyright © 2005-2012 jDTAUS. All Rights Reserved.