Uses of Class
org.ow2.easywsdl.schema.api.SchemaReader.FeatureConstants
-
Packages that use SchemaReader.FeatureConstants Package Description 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 Modifier and Type Method Description abstract SchemaReaderSchemaFactory. newSchemaReader(Map<SchemaReader.FeatureConstants,Object> features)Create a new instance of a SchemaReaderImpl.SchemaReaderSchemaFactoryImpl. newSchemaReader(Map<SchemaReader.FeatureConstants,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 Modifier and Type Method Description static SchemaReader.FeatureConstantsSchemaReader.FeatureConstants. valueOf(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 Modifier and Type Method Description Map<SchemaReader.FeatureConstants,Object>SchemaReader. getFeatures()Gets all features.Methods in org.ow2.easywsdl.schema.api with parameters of type SchemaReader.FeatureConstants Modifier and Type Method Description ObjectSchemaReader. getFeature(SchemaReader.FeatureConstants name)Gets the value of the specified feature.voidSchemaReader. setFeature(SchemaReader.FeatureConstants name, 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 Modifier and Type Method Description voidSchemaReader. setFeatures(Map<SchemaReader.FeatureConstants,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 Modifier and Type Method Description Map<SchemaReader.FeatureConstants,Object>AbstractSchemaImpl. getFeatures()Method parameters in org.ow2.easywsdl.schema.api.abstractElmt with type arguments of type SchemaReader.FeatureConstants Modifier and Type Method Description voidAbstractSchemaImpl. setFeatures(Map<SchemaReader.FeatureConstants,Object> features)Constructor parameters in org.ow2.easywsdl.schema.api.abstractElmt with type arguments of type SchemaReader.FeatureConstants Constructor Description AbstractImportImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)Default constructorAbstractIncludeImpl(E model, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, 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 Modifier and Type Method Description Map<SchemaReader.FeatureConstants,Object>SchemaReaderImpl. getFeatures()Methods in org.ow2.easywsdl.schema.impl with parameters of type SchemaReader.FeatureConstants Modifier and Type Method Description ObjectSchemaReaderImpl. getFeature(SchemaReader.FeatureConstants name)voidSchemaReaderImpl. setFeature(SchemaReader.FeatureConstants name, Object value)Method parameters in org.ow2.easywsdl.schema.impl with type arguments of type SchemaReader.FeatureConstants Modifier and Type Method Description voidSchemaReaderImpl. setFeatures(Map<SchemaReader.FeatureConstants,Object> features)Constructor parameters in org.ow2.easywsdl.schema.impl with type arguments of type SchemaReader.FeatureConstants Constructor Description ImportImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Import impt, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)IncludeImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Include incl, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, URI baseURI, AbstractSchemaReader reader)SchemaImpl(URI documentURI, org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Schema schema, NamespaceMapperImpl namespaceMapper, SchemaLocatorImpl schemaLocator, Map<SchemaReader.FeatureConstants,Object> features, Map<URI,AbsItfSchema> imports, SchemaReaderImpl reader)
-