org.apache.commons.betwixt.schema.strategy
Class SchemaTypeNamingStrategy
java.lang.Object
org.apache.commons.betwixt.schema.strategy.SchemaTypeNamingStrategy
- Direct Known Subclasses:
- ClassNameSchemaNamingStrategy, ElementSchemaNamingStrategy, QualifiedPropertyTypeSchemaNamingStrategy
public abstract class SchemaTypeNamingStrategy
- extends Object
Pluggable strategy for naming schema types.
Logical interface.
- Since:
- 0.8
- Author:
- Apache Commons Team of the Apache Software Foundation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaTypeNamingStrategy
public SchemaTypeNamingStrategy()
nameSchemaType
public abstract String nameSchemaType(ElementDescriptor descriptor)
- Names the schema type described.
- Parameters:
descriptor
- ElementDescriptor
describing the element
- Returns:
- the name of the schema
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.