public class DefaultTypeSystemCreator extends Object implements TypeCreator
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPLEX_TYPE |
static String |
LEVEL1_TYPE |
static String |
LEVEL2_TYPE |
static List<TypeDefinition> |
singletonTypes |
static String |
TOPLEVEL_TYPE |
static String |
VERSIONED_TYPE |
| Constructor and Description |
|---|
DefaultTypeSystemCreator() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefinition> |
createTypesList()
in the public interface of this class we return the singleton containing
the required types for testing
|
static TypeDefinition |
getTypeById(String typeId) |
static List<TypeDefinition> |
getTypesList() |
public static final List<TypeDefinition> singletonTypes
public static final String COMPLEX_TYPE
public static final String TOPLEVEL_TYPE
public static final String VERSIONED_TYPE
public static final String LEVEL1_TYPE
public static final String LEVEL2_TYPE
public List<TypeDefinition> createTypesList()
createTypesList in interface TypeCreatorpublic static List<TypeDefinition> getTypesList()
public static TypeDefinition getTypeById(String typeId)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.