public interface PropertyDescriptor
Komodo object's
property
descriptor.Modifier and Type | Field and Description |
---|---|
static Comparator<PropertyDescriptor> |
NAME_SORTER
Sorts
PropertyDescriptor s by name. |
static PropertyDescriptor[] |
NO_DESCRIPTORS
An empty array of property descriptors.
|
static Object[] |
NO_VALUES
An empty array of objects.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
getDefaultValues()
If the property is multi-valued, there can be more than one default value.
|
String |
getName() |
PropertyValueType |
getType() |
boolean |
isMandatory() |
boolean |
isModifiable() |
boolean |
isMultiple() |
static final Comparator<PropertyDescriptor> NAME_SORTER
PropertyDescriptor
s by name.static final PropertyDescriptor[] NO_DESCRIPTORS
static final Object[] NO_VALUES
Object[] getDefaultValues()
String getName()
null
or empty)PropertyValueType getType()
null
)boolean isMandatory()
true
if property is requiredboolean isModifiable()
true
if the property value is modifiableboolean isMultiple()
true
if this property is multi-valuedCopyright © 2013–2019. All rights reserved.