public interface PropertyDefinition extends BaseProperty
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
DESCRIPTION, VERSIONCLASS_PROPERTY, SUPERCLASSES_PROPERTY| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLinkedClass() |
Integer |
getLinkedType() |
Integer |
getMax() |
Integer |
getMin() |
String |
getName() |
String |
getRegexp() |
Integer |
getType() |
boolean |
isMandatory() |
boolean |
isNotnull() |
boolean |
isReadonly() |
static final String NAME
String getName()
String getDescription()
boolean isMandatory()
boolean isReadonly()
boolean isNotnull()
Integer getMax()
Integer getMin()
String getRegexp()
Integer getLinkedType()
String getLinkedClass()
Integer getType()
Copyright © 2019. All Rights Reserved.