java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.properties.impl.PropertyTypePath |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static PropertyTypePath | create(String def) | ||||||||||
static PropertyTypePath |
create()
Define a path property that defaults to the empty string.
| ||||||||||
boolean | equals(Object obj) | ||||||||||
String |
getDefault()
Get the default value.
| ||||||||||
int |
getMaxLength()
Get the maximum allowed string length.
| ||||||||||
int |
getMinLength()
Get the minimum allowed string length.
| ||||||||||
String |
getName()
Get the type name.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() | ||||||||||
boolean |
validate(Object value)
Validate a property value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the default value.
Get the maximum allowed string length.
Get the minimum allowed string length.
Get the type name.
Validate a property value.
value | the property value |
---|