Uses of Class
org.modeldriven.fuml.config.ValidationExemptionType

Packages that use ValidationExemptionType
org.modeldriven.fuml.config Package level documentation for generated package org.modeldriven.fuml.config. 
 

Uses of ValidationExemptionType in org.modeldriven.fuml.config
 

Methods in org.modeldriven.fuml.config that return ValidationExemptionType
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.
 

Methods in org.modeldriven.fuml.config with parameters of type ValidationExemptionType
 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 © 2012. All Rights Reserved.