| Package | Description |
|---|---|
| org.modeldriven.fuml.config |
| Modifier and Type | Field and Description |
|---|---|
protected NamespaceDomain |
ValidationExemption.domain |
protected NamespaceDomain |
SupportedNamespace.domain |
protected NamespaceDomain |
NamespaceMapping.domain |
protected NamespaceDomain |
ImportExemption.domain |
| Modifier and Type | Method and Description |
|---|---|
NamespaceDomain |
FumlConfiguration.findNamespaceDomain(String namespaceUri) |
static NamespaceDomain |
NamespaceDomain.fromValue(String v) |
NamespaceDomain |
ValidationExemption.getDomain()
Gets the value of the domain property.
|
NamespaceDomain |
SupportedNamespace.getDomain()
Gets the value of the domain property.
|
NamespaceDomain |
NamespaceMapping.getDomain()
Gets the value of the domain property.
|
NamespaceDomain |
ImportExemption.getDomain()
Gets the value of the domain property.
|
NamespaceDomain |
FumlConfiguration.getNamespaceDomain(String namespaceUri) |
static NamespaceDomain |
NamespaceDomain.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamespaceDomain[] |
NamespaceDomain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationExemption |
FumlConfiguration.findValidationExemptionByProperty(ValidationExemptionType type,
Classifier classifier,
String propertyName,
String namespaceURI,
NamespaceDomain domain) |
ValidationExemption |
FumlConfiguration.findValidationExemptionByReference(ValidationExemptionType type,
Classifier classifier,
String reference,
String namespaceURI,
NamespaceDomain domain) |
String[] |
FumlConfiguration.getSupportedNamespaceURIsForDomain(NamespaceDomain domain) |
void |
ValidationExemption.setDomain(NamespaceDomain value)
Sets the value of the domain property.
|
void |
SupportedNamespace.setDomain(NamespaceDomain value)
Sets the value of the domain property.
|
void |
NamespaceMapping.setDomain(NamespaceDomain value)
Sets the value of the domain property.
|
void |
ImportExemption.setDomain(NamespaceDomain value)
Sets the value of the domain property.
|
Copyright © 2023. All rights reserved.