Package com._1c.g5.v8.dt.md.model
Class FunctionalOptionsInitializer
- java.lang.Object
-
- com._1c.g5.v8.dt.md.model.FunctionalOptionsInitializer
-
- All Implemented Interfaces:
IMdObjectInitializer<FunctionalOption>
public class FunctionalOptionsInitializer extends Object implements IMdObjectInitializer<FunctionalOption>
Initializer forFunctionalOption
metadata object
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.md.model.IMdObjectInitializer
IMdObjectInitializer.IReferenceUpdater<T extends MdObject>
-
-
Field Summary
-
Fields inherited from interface com._1c.g5.v8.dt.md.model.IMdObjectInitializer
INITIALIZERS
-
-
Constructor Summary
Constructors Constructor Description FunctionalOptionsInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionalOption
create(IV8Project configuration, Version version)
Creates metadata object for given configuration and runtime versionorg.eclipse.emf.ecore.EObject
createChildObject(org.eclipse.emf.ecore.EClass childType, org.eclipse.emf.ecore.EObject context, Version version)
Createscontext
child object of typechildType
-
-
-
Method Detail
-
create
public FunctionalOption create(IV8Project configuration, Version version)
Description copied from interface:IMdObjectInitializer
Creates metadata object for given configuration and runtime version- Specified by:
create
in interfaceIMdObjectInitializer<FunctionalOption>
- Parameters:
configuration
- the project parameters (maybenull
)version
- the 1C:Enterprise runtime version to create object for, (notnull
)- Returns:
- properly initialized metadata object (never
null
)
-
createChildObject
public org.eclipse.emf.ecore.EObject createChildObject(org.eclipse.emf.ecore.EClass childType, org.eclipse.emf.ecore.EObject context, Version version)
Description copied from interface:IMdObjectInitializer
Createscontext
child object of typechildType
- Specified by:
createChildObject
in interfaceIMdObjectInitializer<FunctionalOption>
- Parameters:
childType
- the child object type (notnull
)context
- the parent object (notnull
)version
- the 1C:Enterprise runtime version (notnull
)- Returns:
- properly initialized metadata child object or
null
if there cannot be child object
-
-