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

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

Uses of NamespaceDomain in org.modeldriven.fuml.config
 

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

Methods in org.modeldriven.fuml.config with parameters of type NamespaceDomain
 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 ImportExemption.setDomain(NamespaceDomain value)
          Sets the value of the domain property.
 



Copyright © 2012. All Rights Reserved.