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)
request
request
- the request that contains settingsrequest
String getAttributeValueDocumentation(String value, ISharedSettingsRequest request)
value
,
according to settings defined in request
value
- the attribute value to find documentation forrequest
- the request containing settingsvalue
,
according to settings defined in request
boolean isRequired()
Copyright © 2021. All rights reserved.