org.mod4j.dsl.datacontract.xtext.scoping
Class Proposals

java.lang.Object
  extended by org.mod4j.dsl.datacontract.xtext.scoping.Proposals

public class Proposals
extends java.lang.Object


Constructor Summary
Proposals()
           
 
Method Summary
static java.util.List<java.lang.String> getBusinessClassAssociationReferenceDtoProposals(org.eclipse.emf.ecore.EObject ctx)
           
static java.util.List<java.lang.String> getBusinessClassAssociationRoleReferenceProposals(org.eclipse.emf.ecore.EObject ctx)
           
static java.util.List<ExternalReference> getBusinessClassBaseProposals(org.eclipse.emf.ecore.EObject ctx)
          Get a list of proposals for the base property of a BusinessClassDto
static java.util.List<java.lang.String> getBusinessClassReferenceProposals(org.eclipse.emf.ecore.EObject ctx)
          Get a list of proposals for a BusinessClassReference for context 'ctx'
static java.util.List<ExternalReference> getEnumerationBaseProposals(org.eclipse.emf.ecore.EObject ctx)
          Get a list of Proposals for the base property for an EnumerationDto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Proposals

public Proposals()
Method Detail

getBusinessClassReferenceProposals

public static java.util.List<java.lang.String> getBusinessClassReferenceProposals(org.eclipse.emf.ecore.EObject ctx)
Get a list of proposals for a BusinessClassReference for context 'ctx'

Parameters:
ctx - The conmtext within xText for which the proposals is created
Returns:

getBusinessClassAssociationRoleReferenceProposals

public static java.util.List<java.lang.String> getBusinessClassAssociationRoleReferenceProposals(org.eclipse.emf.ecore.EObject ctx)

getBusinessClassAssociationReferenceDtoProposals

public static java.util.List<java.lang.String> getBusinessClassAssociationReferenceDtoProposals(org.eclipse.emf.ecore.EObject ctx)

getBusinessClassBaseProposals

public static java.util.List<ExternalReference> getBusinessClassBaseProposals(org.eclipse.emf.ecore.EObject ctx)
Get a list of proposals for the base property of a BusinessClassDto

Parameters:
ctx - The context for the proposals
Returns:
The list of names that are proposed

getEnumerationBaseProposals

public static java.util.List<ExternalReference> getEnumerationBaseProposals(org.eclipse.emf.ecore.EObject ctx)
Get a list of Proposals for the base property for an EnumerationDto

Parameters:
ctx - The context for the proposals
Returns:
The list of names that are proposed


Copyright © 2010 Mod4j. All Rights Reserved.