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.
|
default String |
getName(String prefix)
Returns the declared attribute name with the given prefix.
|
String |
getNamespace()
Returns the target namespace and null otherwise.
|
boolean |
isRequired()
Returns true if the attribute is required and false otherwise.
|
String getName()
String getNamespace()
default String getName(String prefix)
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 © 2022. All rights reserved.