Package | Description |
---|---|
org.komodo.spi.repository |
Modifier and Type | Method and Description |
---|---|
PropertyValueType |
PropertyDescriptor.getType() |
PropertyValueType |
KPropertyFactory.getType(Repository.UnitOfWork transaction,
Property property) |
PropertyValueType |
Property.getValueType(Repository.UnitOfWork uow) |
static PropertyValueType |
PropertyValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyValueType[] |
PropertyValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
KPropertyFactory.convert(Object value,
PropertyValueType type)
Values will be converted to a string if a conversion cannot be done.
|
Copyright © 2013–2019. All rights reserved.