下面列出了怎么用org.eclipse.emf.ecore.util.EObjectContainmentEList的API类实例代码及写法,或者点击链接到github查看源代码。
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public EList<Point> getBendPoints() {
if (bendPoints == null) {
bendPoints = new EObjectContainmentEList<Point>(Point.class, this, WfnotationPackage.EDGE__BEND_POINTS);
}
return bendPoints;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<DomainElement> getPragma() {
if (pragma == null) {
pragma = new EObjectContainmentEList<DomainElement>(DomainElement.class, this, SolidityPackage.SOURCE_UNIT__PRAGMA);
}
return pragma;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<GIssue> getIssues() {
if (issues == null) {
issues = new EObjectContainmentEList<GIssue>(GIssue.class, this, GraphPackage.GISSUE_MARKER__ISSUES);
}
return issues;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
@Override
public EList<ModelPropertyType> getPropertyTypes() {
if (propertyTypes == null) {
propertyTypes = new EObjectContainmentEList<ModelPropertyType>(ModelPropertyType.class, this, ModelPackage.MODEL__PROPERTY_TYPES);
}
return propertyTypes;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<Component> getChildren ()
{
if ( children == null )
{
children = new EObjectContainmentEList<Component> ( Component.class, this, DetailViewPackage.COMPOSITE_COMPONENT__CHILDREN );
}
return children;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<IRepository> getRepositories() {
if (repositories == null) {
repositories = new EObjectContainmentEList<IRepository>(IRepository.class, this, IAbapgitrepositoriesPackage.REPOSITORIES__REPOSITORIES);
}
return repositories;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<IBranch> getBranches() {
if (this.branches == null) {
this.branches = new EObjectContainmentEList<IBranch>(IBranch.class, this, IAbapgitexternalrepoPackage.EXTERNAL_REPOSITORY_INFO__BRANCHES);
}
return this.branches;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<PropertyEntry> getProperties ()
{
if ( properties == null )
{
properties = new EObjectContainmentEList.Resolving<PropertyEntry> ( PropertyEntry.class, this, RecipePackage.PROFILE__PROPERTIES );
}
return properties;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<UpdateType> getUpdate ()
{
if ( update == null )
{
update = new EObjectContainmentEList<UpdateType> ( UpdateType.class, this, ConfigurationPackage.CONNECTION_TYPE__UPDATE );
}
return update;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<VersionRange> getRanges() {
if (ranges == null) {
ranges = new EObjectContainmentEList<VersionRange>(VersionRange.class, this, SemverPackage.VERSION_RANGE_SET_REQUIREMENT__RANGES);
}
return ranges;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<TypeVariableMapping> getPostponedSubstitutions() {
if (postponedSubstitutions == null) {
postponedSubstitutions = new EObjectContainmentEList<TypeVariableMapping>(TypeVariableMapping.class, this, ImPackage.PARAMETERIZED_TYPE_REF_STRUCTURAL_IM__POSTPONED_SUBSTITUTIONS);
}
return postponedSubstitutions;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<BundleStartLevel> getSetbsl ()
{
if ( setbsl == null )
{
setbsl = new EObjectContainmentEList.Resolving<BundleStartLevel> ( BundleStartLevel.class, this, ProfilePackage.PROFILE__SETBSL );
}
return setbsl;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<Node> getNodes ()
{
if ( nodes == null )
{
nodes = new EObjectContainmentEList.Resolving<Node> ( Node.class, this, WorldPackage.WORLD__NODES );
}
return nodes;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<SetupModule> getAdditionalSetupModules ()
{
if ( additionalSetupModules == null )
{
additionalSetupModules = new EObjectContainmentEList.Resolving<SetupModule> ( SetupModule.class, this, DeploymentPackage.COMMON_DEPLOYMENT_MECHANISM__ADDITIONAL_SETUP_MODULES );
}
return additionalSetupModules;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<Modifier> getModifier() {
if (modifier == null) {
modifier = new EObjectContainmentEList<Modifier>(Modifier.class, this, SolidityPackage.FALLBACK_DEFINITION__MODIFIER);
}
return modifier;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<QueryType> getQuery ()
{
if ( query == null )
{
query = new EObjectContainmentEList<QueryType> ( QueryType.class, this, ConfigurationPackage.CONNECTION_TYPE__QUERY );
}
return query;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<SymbolTableEntry> getEntries() {
if (entries == null) {
entries = new EObjectContainmentEList<SymbolTableEntry>(SymbolTableEntry.class, this, ImPackage.SYMBOL_TABLE__ENTRIES);
}
return entries;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<Link> getLinks() {
if (links == null) {
links = new EObjectContainmentEList<Link>(Link.class, this, WebPackage.SITE__LINKS);
}
return links;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<Statement> getStatements() {
if (statements == null) {
statements = new EObjectContainmentEList<Statement>(Statement.class, this, N4JSPackage.BLOCK__STATEMENTS);
}
return statements;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<ParameterizedTypeRef> getImplementedInterfaceRefs() {
if (implementedInterfaceRefs == null) {
implementedInterfaceRefs = new EObjectContainmentEList<ParameterizedTypeRef>(ParameterizedTypeRef.class, this, N4JSPackage.N4_CLASS_DEFINITION__IMPLEMENTED_INTERFACE_REFS);
}
return implementedInterfaceRefs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<ArrayElement> getElements() {
if (elements == null) {
elements = new EObjectContainmentEList<ArrayElement>(ArrayElement.class, this, N4JSPackage.ARRAY_LITERAL__ELEMENTS);
}
return elements;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<Settings> getSettings ()
{
if ( settings == null )
{
settings = new EObjectContainmentEList.Resolving<Settings> ( Settings.class, this, InfrastructurePackage.CONFIGURATIONS__SETTINGS );
}
return settings;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<TAnnotation> getAnnotations() {
if (annotations == null) {
annotations = new EObjectContainmentEList<TAnnotation>(TAnnotation.class, this, TypesPackage.TFORMAL_PARAMETER__ANNOTATIONS);
}
return annotations;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<Application> getApplications ()
{
if ( applications == null )
{
applications = new EObjectContainmentEList.Resolving<Application> ( Application.class, this, WorldPackage.APPLICATION_NODE__APPLICATIONS );
}
return applications;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<ExportSpecifier> getNamedExports() {
if (namedExports == null) {
namedExports = new EObjectContainmentEList<ExportSpecifier>(ExportSpecifier.class, this, N4JSPackage.EXPORT_DECLARATION__NAMED_EXPORTS);
}
return namedExports;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<ApplicationModule> getModules ()
{
if ( modules == null )
{
modules = new EObjectContainmentEList.Resolving<ApplicationModule> ( ApplicationModule.class, this, ParserPackage.PARSER_DRIVER__MODULES );
}
return modules;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<TypeVariable> getTypeVars() {
if (typeVars == null) {
typeVars = new EObjectContainmentEList<TypeVariable>(TypeVariable.class, this, N4JSPackage.N4_CLASSIFIER_DECLARATION__TYPE_VARS);
}
return typeVars;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<AnnotationArgument> getArgs() {
if (args == null) {
args = new EObjectContainmentEList<AnnotationArgument>(AnnotationArgument.class, this, N4JSPackage.ANNOTATION__ARGS);
}
return args;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EList<MonitorPoolImport> getMonitorPoolImports ()
{
if ( monitorPoolImports == null )
{
monitorPoolImports = new EObjectContainmentEList.Resolving<MonitorPoolImport> ( MonitorPoolImport.class, this, GlobalizePackage.GLOBAL__MONITOR_POOL_IMPORTS );
}
return monitorPoolImports;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<FormalParameter> getFpars() {
if (fpars == null) {
fpars = new EObjectContainmentEList<FormalParameter>(FormalParameter.class, this, N4JSPackage.N4_METHOD_DECLARATION__FPARS);
}
return fpars;
}