|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaReader.FeatureConstants | |
---|---|
org.ow2.easywsdl.schema | |
org.ow2.easywsdl.schema.api | |
org.ow2.easywsdl.schema.api.abstractElmt | |
org.ow2.easywsdl.schema.impl |
Uses of SchemaReader.FeatureConstants in org.ow2.easywsdl.schema |
---|
Method parameters in org.ow2.easywsdl.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 SchemaReaderImpl. |
abstract SchemaReader |
SchemaFactory.newSchemaReader(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
Create a new instance of a SchemaReaderImpl. |
Uses of SchemaReader.FeatureConstants in org.ow2.easywsdl.schema.api |
---|
Methods in org.ow2.easywsdl.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 are declared. |
Methods in org.ow2.easywsdl.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 org.ow2.easywsdl.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. |
Method parameters in org.ow2.easywsdl.schema.api with type arguments of type SchemaReader.FeatureConstants | |
---|---|
void |
SchemaReader.setFeatures(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
Set the specified features. |
Uses of SchemaReader.FeatureConstants in org.ow2.easywsdl.schema.api.abstractElmt |
---|
Methods in org.ow2.easywsdl.schema.api.abstractElmt that return types with arguments of type SchemaReader.FeatureConstants | |
---|---|
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> |
AbstractSchemaImpl.getFeatures()
|
Method parameters in org.ow2.easywsdl.schema.api.abstractElmt with type arguments of type SchemaReader.FeatureConstants | |
---|---|
void |
AbstractSchemaImpl.setFeatures(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
|
Constructor parameters in org.ow2.easywsdl.schema.api.abstractElmt with type arguments of type SchemaReader.FeatureConstants | |
---|---|
AbstractImportImpl(E model,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features,
java.util.Map<java.net.URI,AbsItfSchema> imports,
java.net.URI baseURI,
AbstractSchemaReader reader)
Default constructor |
|
AbstractIncludeImpl(E model,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features,
java.util.Map<java.net.URI,AbsItfSchema> imports,
java.net.URI baseURI,
AbstractSchemaReader reader)
Default constructor |
Uses of SchemaReader.FeatureConstants in org.ow2.easywsdl.schema.impl |
---|
Methods in org.ow2.easywsdl.schema.impl that return types with arguments of type SchemaReader.FeatureConstants | |
---|---|
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> |
SchemaReaderImpl.getFeatures()
|
Methods in org.ow2.easywsdl.schema.impl with parameters of type SchemaReader.FeatureConstants | |
---|---|
java.lang.Object |
SchemaReaderImpl.getFeature(SchemaReader.FeatureConstants name)
|
void |
SchemaReaderImpl.setFeature(SchemaReader.FeatureConstants name,
java.lang.Object value)
|
Method parameters in org.ow2.easywsdl.schema.impl with type arguments of type SchemaReader.FeatureConstants | |
---|---|
void |
SchemaReaderImpl.setFeatures(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
|
Constructor parameters in org.ow2.easywsdl.schema.impl with type arguments of type SchemaReader.FeatureConstants | |
---|---|
ImportImpl(Import impt,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features,
java.util.Map<java.net.URI,AbsItfSchema> imports,
java.net.URI baseURI,
AbstractSchemaReader reader)
|
|
IncludeImpl(Include incl,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features,
java.util.Map<java.net.URI,AbsItfSchema> imports,
java.net.URI baseURI,
AbstractSchemaReader reader)
|
|
SchemaImpl(java.net.URI documentURI,
Schema schema,
NamespaceMapperImpl namespaceMapper,
SchemaLocatorImpl schemaLocator,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features,
java.util.Map<java.net.URI,AbsItfSchema> imports,
SchemaReaderImpl reader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |