|
||||||||||
| 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're 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. |
| Uses of SchemaReader.FeatureConstants in org.ow2.easywsdl.schema.api.abstractElmt |
|---|
| Fields in org.ow2.easywsdl.schema.api.abstractElmt with type parameters of type SchemaReader.FeatureConstants | |
|---|---|
protected java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> |
AbstractSchemaImpl.features
Features |
| 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> |
AbstractSchemaReaderImpl.getFeatures()
|
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> |
AbstractSchemaImpl.getFeatures()
|
| Methods in org.ow2.easywsdl.schema.api.abstractElmt with parameters of type SchemaReader.FeatureConstants | |
|---|---|
java.lang.Object |
AbstractSchemaReaderImpl.getFeature(SchemaReader.FeatureConstants name)
|
void |
AbstractSchemaReaderImpl.setFeature(SchemaReader.FeatureConstants name,
java.lang.Object value)
|
| Method parameters in org.ow2.easywsdl.schema.api.abstractElmt with type arguments of type SchemaReader.FeatureConstants | |
|---|---|
void |
AbstractSchemaReaderImpl.setFeatures(java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
|
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(java.net.URI baseURI,
E model,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
Default constructor |
|
AbstractIncludeImpl(java.net.URI baseURI,
E model,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
Default constructor |
|
| Uses of SchemaReader.FeatureConstants in org.ow2.easywsdl.schema.impl |
|---|
| Constructor parameters in org.ow2.easywsdl.schema.impl with type arguments of type SchemaReader.FeatureConstants | |
|---|---|
ImportImpl(java.net.URI baseURI,
Import impt,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
|
|
IncludeImpl(java.net.URI baseURI,
Include incl,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
|
|
SchemaImpl(java.net.URI baseURI,
Schema schema,
org.jdom.Document doc,
java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||