|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyCode | |
---|---|
de.smartics.properties.api.core.domain | Provides property domain objects and exceptions. |
Uses of PropertyCode in de.smartics.properties.api.core.domain |
---|
Methods in de.smartics.properties.api.core.domain that return PropertyCode | |
---|---|
static PropertyCode |
PropertyCode.valueOf(String name) Returns the enum constant of this type with the specified name. |
static PropertyCode[] |
PropertyCode.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.smartics.properties.api.core.domain with parameters of type PropertyCode | |
---|---|
PropertyDescriptorClashingMessageBean(PropertyCode code, PropertyDescriptor propertyDescriptor, PropertyDescriptor clashingDescriptor) Convenience constructor with no root cause. |
|
PropertyDescriptorClashingMessageBean(PropertyCode code, Throwable cause, PropertyDescriptor propertyDescriptor, PropertyDescriptor clashingDescriptor) Default constructor. |
|
PropertyValueChangeMessageBean(PropertyCode code, PropertyDescriptor propertyDescriptor, Object currentValue, Object rejectedValue) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |