public class

QualifiedPropertyTypeSchemaNamingStrategy

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

Class Overview

Names schema types from the fully qualified property type of the descriptor

Summary

Public Constructors
QualifiedPropertyTypeSchemaNamingStrategy()
Public Methods
String nameSchemaType(ElementDescriptor elementDescriptor)
Names the schema type from the type of the property.
String toString()
Outputs brief description.
[Expand]
Inherited Methods
From class org.apache.commons.betwixt.schema.strategy.SchemaTypeNamingStrategy
From class java.lang.Object

Public Constructors

public QualifiedPropertyTypeSchemaNamingStrategy ()

Public Methods

public String nameSchemaType (ElementDescriptor elementDescriptor)

Names the schema type from the type of the property.

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

public String toString ()

Outputs brief description.