JBoss Managed Parent POM 2.1.1.SP2

org.jboss.metatype.api.types
Interface TableMetaType

All Superinterfaces:
MetaType, Serializable
All Known Implementing Classes:
ImmutableTableMetaType

public interface TableMetaType
extends MetaType

TableMetaType.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Field Summary
 
Fields inherited from interface org.jboss.metatype.api.types.MetaType
ALLOWED_CLASSNAMES
 
Method Summary
 List<String> getIndexNames()
          Retrieve an unmodifiable list of index names in the same order as passed to the constructor.
 CompositeMetaType getRowType()
          Retrieve the row type
 
Methods inherited from interface org.jboss.metatype.api.types.MetaType
getClassName, getDescription, getTypeName, isArray, isCollection, isComposite, isEnum, isGeneric, isPrimitive, isProperties, isSimple, isTable, isValue
 

Method Detail

getRowType

CompositeMetaType getRowType()
Retrieve the row type

Returns:
the row type

getIndexNames

List<String> getIndexNames()
Retrieve an unmodifiable list of index names in the same order as passed to the constructor.

Returns:
the index names

JBoss Managed Parent POM 2.1.1.SP2

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.