public Set<ObjectName>
getContaineeObjectNameSet( final String childJ2EEType )
{
final TypeInfos infos = TypeInfos.getInstance();
final TypeInfo info = infos.getInfo( childJ2EEType );
String props = Util.makeJ2EETypeProp( childJ2EEType );
QueryExp expr = null;
if ( info.isSubType() )
{
final String selfFullType = getFullType();
final String childFullType = makeType( selfFullType, childJ2EEType );
final String selfProps = Util.getFullTypeProps( getObjectName(), getFullType() );