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

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

Uses of ValidationExemption in org.modeldriven.fuml.config
 

Methods in org.modeldriven.fuml.config that return ValidationExemption
 ValidationExemption ObjectFactory.createValidationExemption()
          Create an instance of ValidationExemption
 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)
           
 

Methods in org.modeldriven.fuml.config that return types with arguments of type ValidationExemption
 JAXBElement<ValidationExemption> ObjectFactory.createValidationExemption(ValidationExemption value)
          Create an instance of JAXBElement<ValidationExemption>}
 List<ValidationExemption> FumlConfiguration.findValidationExemptionByClassifierName(String classifierName)
          Returns the list of validation exemptions for the given classifier name.
 List<ValidationExemption> ValidationConfiguration.getExemption()
          Gets the value of the exemption property.
 

Methods in org.modeldriven.fuml.config with parameters of type ValidationExemption
 JAXBElement<ValidationExemption> ObjectFactory.createValidationExemption(ValidationExemption value)
          Create an instance of JAXBElement<ValidationExemption>}
 



Copyright © 2012. All Rights Reserved.