public interface CMAttributeDeclaration
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getDocumentation() |
Collection<String> |
getEnumerationValues() |
String |
getName()
Returns the declared element name.
|
String |
getValueDocumentation(String value) |
boolean |
isRequired()
Returns true if the attribute is required and false otherwise.
|
String getName()
String getDefaultValue()
Collection<String> getEnumerationValues()
String getDocumentation()
boolean isRequired()
Copyright © 2020. All rights reserved.