Uses of Class
com.ebmwebsourcing.commons.schema.api.SchemaReader.FeatureConstants

Packages that use SchemaReader.FeatureConstants
com.ebmwebsourcing.commons.schema   
com.ebmwebsourcing.commons.schema.api   
com.ebmwebsourcing.commons.schema.api.abstractElmt   
com.ebmwebsourcing.commons.schema.impl   
 

Uses of SchemaReader.FeatureConstants in com.ebmwebsourcing.commons.schema
 

Method parameters in com.ebmwebsourcing.commons.schema with type arguments of type SchemaReader.FeatureConstants
 SchemaReader SchemaFactoryImpl.newSchemaReader(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a SchemaReader.
abstract  SchemaReader SchemaFactory.newSchemaReader(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
          Create a new instance of a SchemaReader.
 

Uses of SchemaReader.FeatureConstants in com.ebmwebsourcing.commons.schema.api
 

Methods in com.ebmwebsourcing.commons.schema.api that return SchemaReader.FeatureConstants
static SchemaReader.FeatureConstants SchemaReader.FeatureConstants.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SchemaReader.FeatureConstants[] SchemaReader.FeatureConstants.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ebmwebsourcing.commons.schema.api that return types with arguments of type SchemaReader.FeatureConstants
 java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> SchemaReader.getFeatures()
          Gets all features.
 

Methods in com.ebmwebsourcing.commons.schema.api with parameters of type SchemaReader.FeatureConstants
 java.lang.Object SchemaReader.getFeature(SchemaReader.FeatureConstants name)
          Gets the value of the specified feature.
 void SchemaReader.setFeature(SchemaReader.FeatureConstants name, java.lang.Object value)
          Sets the specified feature to the specified value.
 

Uses of SchemaReader.FeatureConstants in com.ebmwebsourcing.commons.schema.api.abstractElmt
 

Fields in com.ebmwebsourcing.commons.schema.api.abstractElmt with type parameters of type SchemaReader.FeatureConstants
protected  java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> AbstractSchema.features
          Features
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt that return types with arguments of type SchemaReader.FeatureConstants
 java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> AbstractSchemaReader.getFeatures()
           
 java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> AbstractSchema.getFeatures()
           
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt with parameters of type SchemaReader.FeatureConstants
 java.lang.Object AbstractSchemaReader.getFeature(SchemaReader.FeatureConstants name)
           
 void AbstractSchemaReader.setFeature(SchemaReader.FeatureConstants name, java.lang.Object value)
           
 

Method parameters in com.ebmwebsourcing.commons.schema.api.abstractElmt with type arguments of type SchemaReader.FeatureConstants
 void AbstractSchemaReader.setFeatures(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
           
 void AbstractSchema.setFeatures(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
           
 

Constructor parameters in com.ebmwebsourcing.commons.schema.api.abstractElmt with type arguments of type SchemaReader.FeatureConstants
AbstractImport(java.net.URI baseURI, E model, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
          Default constructor
AbstractInclude(java.net.URI baseURI, E model, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
          Default constructor
 

Uses of SchemaReader.FeatureConstants in com.ebmwebsourcing.commons.schema.impl
 

Constructor parameters in com.ebmwebsourcing.commons.schema.impl with type arguments of type SchemaReader.FeatureConstants
Import(java.net.URI baseURI, Import impt, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
           
Include(java.net.URI baseURI, Include incl, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
           
Schema(java.net.URI baseURI, Schema schema, org.jdom.Document doc, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.