public class

ElementSchemaNamingStrategy

extends SchemaTypeNamingStrategy
java.lang.Object
   ↳ org.apache.commons.betwixt.schema.strategy.SchemaTypeNamingStrategy
     ↳ org.apache.commons.betwixt.schema.strategy.impl.ElementSchemaNamingStrategy

Class Overview

Strategy uses the name of the element for the complex type

Summary

Public Constructors
ElementSchemaNamingStrategy()
Public Methods
String nameSchemaType(ElementDescriptor descriptor)
Names the schema from the element
String toString()
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.schema.strategy.SchemaTypeNamingStrategy
From class java.lang.Object

Public Constructors

public ElementSchemaNamingStrategy ()

Public Methods

public String nameSchemaType (ElementDescriptor descriptor)

Names the schema from the element

Parameters
descriptor ElementDescriptor describing the element
Returns
  • the name of the schema

public String toString ()