| Package | Description |
|---|---|
| org.jabylon.properties | |
| org.jabylon.properties.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<PropertyType> |
PropertyType.VALUES
A public read-only list of all the 'Property Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyType |
PropertyType.get(int value)
Returns the 'Property Type' literal with the specified integer value
|
static PropertyType |
PropertyType.get(String literal)
Returns the 'Property Type' literal with the specified literal value
|
static PropertyType |
PropertyType.getByName(String name)
Returns the 'Property Type' literal with the specified name
|
PropertyType |
Project.getPropertyType()
Returns the value of the 'Property Type' attribute.
|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setPropertyType(PropertyType value)
Sets the value of the '
Property Type' attribute |
| Modifier and Type | Field and Description |
|---|---|
protected static PropertyType |
ProjectImpl.PROPERTY_TYPE_EDEFAULT
The default value of the '
Property Type' attribute |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertiesFactoryImpl.createPropertyTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
PropertyType |
ProjectImpl.getPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectImpl.setPropertyType(PropertyType newPropertyType) |
Copyright © 2013–2014 Jabylon. All rights reserved.