public interface UserDefinedProperty extends Property
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
PROPERTY_NAME__DISPLAY_NAME, PROPERTY_NAME__NAME, PROPERTY_NAME__SHELL, PROPERTY_NAME__TARGET_NAME_SPACE, PROPERTY_NAME__UUID, PROPERTY_NAME__VERSION
Modifier and Type | Method and Description |
---|---|
void |
setValue(java.lang.String newValue)
Set the value of this property to the new value.
|
hasChanges
static final java.lang.String COPYRIGHT
void setValue(java.lang.String newValue)
removeProperty
method
on the PropertyList
interface or you can use the
setProperty
method on
the BusinessRuleGroup
interface.
Other than checking for null, no validation is performed on the new value since the value is completely defined by the user.
newValue
- The new value for this property. Must not be null.java.lang.IllegalArgumentException
- if the specified newValue
parameter is
null.