| Package | Description |
|---|---|
| org.modeldriven.fuml.config |
Package level documentation for generated package org.modeldriven.fuml.config.
|
| Modifier and Type | Field and Description |
|---|---|
protected ValidationExemptionType |
ValidationExemption.type |
| Modifier and Type | Method and Description |
|---|---|
static ValidationExemptionType |
ValidationExemptionType.fromValue(String v) |
ValidationExemptionType |
ValidationExemption.getType()
Gets the value of the type property.
|
static ValidationExemptionType |
ValidationExemptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationExemptionType[] |
ValidationExemptionType.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) |
void |
ValidationExemption.setType(ValidationExemptionType value)
Sets the value of the type property.
|
Copyright © 2016. All rights reserved.