org.dmtf.schemas.ovf.envelope.util
Class GroupConverter

java.lang.Object
  extended by org.dmtf.schemas.ovf.envelope.util.GroupConverter

public class GroupConverter
extends java.lang.Object


Constructor Summary
GroupConverter()
           
 
Method Summary
static boolean Convert2LooseType(EObject eObject)
           
static java.util.List<EObject> Convert2LooseTypesAll(EObject eObject)
          Convert strongly typed elements to loosely typed elements, including all children
static boolean Convert2StrongType(EObject eObject)
           
static java.util.List<EObject> Convert2StrongTypesAll(EObject eObject)
          Convert loosely typed elements to strongly typed elements, including all children
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupConverter

public GroupConverter()
Method Detail

Convert2StrongType

public static boolean Convert2StrongType(EObject eObject)

Convert2StrongTypesAll

public static java.util.List<EObject> Convert2StrongTypesAll(EObject eObject)
Convert loosely typed elements to strongly typed elements, including all children

Parameters:
eObject -
Returns:
List of objects that were converted

Convert2LooseType

public static boolean Convert2LooseType(EObject eObject)

Convert2LooseTypesAll

public static java.util.List<EObject> Convert2LooseTypesAll(EObject eObject)
Convert strongly typed elements to loosely typed elements, including all children

Parameters:
eObject -
Returns:
List of objects that were converted


© Copyright 2008 IBM Corp. 2008 All Rights Reserved