T - the type of the values that should be displayed in the model
editor. Valid values are String, Boolean,
Integer and Double.public interface ICustomRestriction<T>
Copyright Micro Focus GmbH.
| Modifier and Type | Method and Description |
|---|---|
T |
getDefaultValue()
The default value, which should be selected when the attribute or the
packageParameter gets initialized the first time.
|
java.util.Collection<T> |
getRestrictions()
The list of elements that should be displayed in the model editor as part
of an attribute or a packageParameter.
|
boolean |
isEditable()
Whether the attribute or packageParameter should be editable or not.
|
java.util.Collection<T> getRestrictions()
T getDefaultValue()
boolean isEditable()
true, if the packageParameter or the attribute
should be editable, else return false.Copyright © 2015 Micro Focus GmbH. All rights reserved.