public interface GitPackage extends EPackage
GitFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
GitPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
EPackage.Descriptor, EPackage.Registry
Modifier and Type | Field and Description |
---|---|
static GitPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
GIT_CLONE_TASK
The meta object id for the '
Clone Task ' class. |
static int |
GIT_CLONE_TASK__ANNOTATIONS
The feature id for the 'Annotations' containment reference list.
|
static int |
GIT_CLONE_TASK__CHECKOUT_BRANCH
The feature id for the 'Checkout Branch' attribute.
|
static int |
GIT_CLONE_TASK__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
GIT_CLONE_TASK__DISABLED
The feature id for the 'Disabled' attribute.
|
static int |
GIT_CLONE_TASK__EXCLUDED_TRIGGERS
The feature id for the 'Excluded Triggers' attribute.
|
static int |
GIT_CLONE_TASK__ID
The feature id for the 'ID' attribute.
|
static int |
GIT_CLONE_TASK__LOCATION
The feature id for the 'Location' attribute.
|
static int |
GIT_CLONE_TASK__PREDECESSORS
The feature id for the 'Predecessors' reference list.
|
static int |
GIT_CLONE_TASK__PUSH_URI
The feature id for the 'Push URI' attribute.
|
static int |
GIT_CLONE_TASK__REMOTE_NAME
The feature id for the 'Remote Name' attribute.
|
static int |
GIT_CLONE_TASK__REMOTE_URI
The feature id for the 'Remote URI' attribute.
|
static int |
GIT_CLONE_TASK__RESTRICTIONS
The feature id for the 'Restrictions' reference list.
|
static int |
GIT_CLONE_TASK__SCOPE_TYPE
The feature id for the 'Scope Type' attribute.
|
static int |
GIT_CLONE_TASK__SUCCESSORS
The feature id for the 'Successors' reference list.
|
static int |
GIT_CLONE_TASK_FEATURE_COUNT
The number of structural features of the 'Clone Task' class.
|
Modifier and Type | Method and Description |
---|---|
EAttribute |
getGitCloneTask_CheckoutBranch()
Returns the meta object for the attribute '
Checkout Branch '. |
EAttribute |
getGitCloneTask_Location()
Returns the meta object for the attribute '
Location '. |
EAttribute |
getGitCloneTask_PushURI()
Returns the meta object for the attribute '
Push URI '. |
EAttribute |
getGitCloneTask_RemoteName()
Returns the meta object for the attribute '
Remote Name '. |
EAttribute |
getGitCloneTask_RemoteURI()
Returns the meta object for the attribute '
Remote URI '. |
EClass |
getGitCloneTask()
Returns the meta object for class '
Clone Task '. |
GitFactory |
getGitFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getName, setName
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final GitPackage eINSTANCE
static final int GIT_CLONE_TASK
Clone Task
' class.
GitCloneTaskImpl
,
GitPackageImpl.getGitCloneTask()
,
Constant Field Valuesstatic final int GIT_CLONE_TASK__ANNOTATIONS
static final int GIT_CLONE_TASK__ID
static final int GIT_CLONE_TASK__DESCRIPTION
static final int GIT_CLONE_TASK__SCOPE_TYPE
static final int GIT_CLONE_TASK__EXCLUDED_TRIGGERS
static final int GIT_CLONE_TASK__DISABLED
static final int GIT_CLONE_TASK__PREDECESSORS
static final int GIT_CLONE_TASK__SUCCESSORS
static final int GIT_CLONE_TASK__RESTRICTIONS
static final int GIT_CLONE_TASK__LOCATION
static final int GIT_CLONE_TASK__REMOTE_NAME
static final int GIT_CLONE_TASK__REMOTE_URI
static final int GIT_CLONE_TASK__PUSH_URI
static final int GIT_CLONE_TASK__CHECKOUT_BRANCH
static final int GIT_CLONE_TASK_FEATURE_COUNT
EClass getGitCloneTask()
Clone Task
'.
GitCloneTask
EAttribute getGitCloneTask_Location()
Location
'.
GitCloneTask.getLocation()
,
getGitCloneTask()
EAttribute getGitCloneTask_RemoteName()
Remote Name
'.
GitCloneTask.getRemoteName()
,
getGitCloneTask()
EAttribute getGitCloneTask_RemoteURI()
Remote URI
'.
GitCloneTask.getRemoteURI()
,
getGitCloneTask()
EAttribute getGitCloneTask_PushURI()
Push URI
'.
GitCloneTask.getPushURI()
,
getGitCloneTask()
EAttribute getGitCloneTask_CheckoutBranch()
Checkout Branch
'.
GitCloneTask.getCheckoutBranch()
,
getGitCloneTask()
GitFactory getGitFactory()
Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html