public interface CMAttributeDeclaration
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeNameDocumentation(ISharedSettingsRequest request)
Returns formatted documentation of the declared
attribute according to settings defined in
request |
String |
getAttributeValueDocumentation(String value,
ISharedSettingsRequest request)
Returns formatted documentation about
value,
according to settings defined in request |
String |
getDefaultValue() |
Collection<String> |
getEnumerationValues() |
String |
getName()
Returns the declared element name.
|
boolean |
isRequired()
Returns true if the attribute is required and false otherwise.
|
String getName()
String getDefaultValue()
Collection<String> getEnumerationValues()
String getAttributeNameDocumentation(ISharedSettingsRequest request)
requestrequest - the request that contains settingsrequestString getAttributeValueDocumentation(String value, ISharedSettingsRequest request)
value,
according to settings defined in requestvalue - the attribute value to find documentation forrequest - the request containing settingsvalue,
according to settings defined in requestboolean isRequired()
Copyright © 2021. All rights reserved.