com.metamatrix.metadata.runtime.api
Class MetadataConstants.SIMPLE_TYPES

java.lang.Object
  extended by com.metamatrix.metadata.runtime.api.MetadataConstants.SIMPLE_TYPES
Enclosing class:
MetadataConstants

public static final class MetadataConstants.SIMPLE_TYPES
extends java.lang.Object

Simple Type constants


Nested Class Summary
static class MetadataConstants.SIMPLE_TYPES.DATA_TYPE_FACETS
          Simple Type facets
static class MetadataConstants.SIMPLE_TYPES.FINAL_TYPES
          Final types.
static class MetadataConstants.SIMPLE_TYPES.VARIETY_TYPES
          Variety types.
static class MetadataConstants.SIMPLE_TYPES.WHITE_SPACE_TYPES
          White space types.
 
Field Summary
static java.lang.String[] DATA_TYPE_FACETS_NAMES
           
static java.lang.String[] FINAL_TYPE_NAMES
           
static java.lang.String[] VARIETY_TYPE_NAMES
           
static java.lang.String[] WHITE_SPACE_TYPE_NAMES
           
 
Constructor Summary
MetadataConstants.SIMPLE_TYPES()
           
 
Method Summary
static short getDataTypeFacet(java.lang.String facetName)
           
static java.lang.String getDataTypeFacetName(short facetType)
           
static short getFinalType(java.util.Collection typeNames)
           
static java.util.Collection getFinalTypeNames(short type)
           
static short getVarietyType(java.lang.String typeName)
           
static java.lang.String getVarietyTypeName(short type)
           
static short getWhiteSapceType(java.lang.String typeName)
           
static java.lang.String getWhiteSapceTypeName(short type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_TYPE_FACETS_NAMES

public static final java.lang.String[] DATA_TYPE_FACETS_NAMES

WHITE_SPACE_TYPE_NAMES

public static final java.lang.String[] WHITE_SPACE_TYPE_NAMES

VARIETY_TYPE_NAMES

public static final java.lang.String[] VARIETY_TYPE_NAMES

FINAL_TYPE_NAMES

public static final java.lang.String[] FINAL_TYPE_NAMES
Constructor Detail

MetadataConstants.SIMPLE_TYPES

public MetadataConstants.SIMPLE_TYPES()
Method Detail

getDataTypeFacetName

public static final java.lang.String getDataTypeFacetName(short facetType)

getDataTypeFacet

public static final short getDataTypeFacet(java.lang.String facetName)

getWhiteSapceTypeName

public static final java.lang.String getWhiteSapceTypeName(short type)

getWhiteSapceType

public static final short getWhiteSapceType(java.lang.String typeName)

getVarietyTypeName

public static final java.lang.String getVarietyTypeName(short type)

getVarietyType

public static final short getVarietyType(java.lang.String typeName)

getFinalTypeNames

public static final java.util.Collection getFinalTypeNames(short type)

getFinalType

public static final short getFinalType(java.util.Collection typeNames)


Copyright © 2009. All Rights Reserved.