Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RiseClipseMetamodel_SCL2003
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
RiseClipseGroup
RiseClipseMetamodel_SCL2003
Commits
4faca627
Commit
4faca627
authored
Sep 05, 2018
by
Dominique Marcadet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use default value in ecore to remove a lot of "@generated NOT"
parent
12727723
Changes
63
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
63 changed files
with
431 additions
and
527 deletions
+431
-527
SCL.ecore
...ntralesupelec.edf.riseclipse.iec61850.scl/model/SCL.ecore
+65
-62
AbstractDataAttribute.java
...ec/edf/riseclipse/iec61850/scl/AbstractDataAttribute.java
+6
-3
AccessPoint.java
...tralesupelec/edf/riseclipse/iec61850/scl/AccessPoint.java
+6
-3
ClientLN.java
...centralesupelec/edf/riseclipse/iec61850/scl/ClientLN.java
+2
-1
DA.java
...rc/fr/centralesupelec/edf/riseclipse/iec61850/scl/DA.java
+6
-3
DO.java
...rc/fr/centralesupelec/edf/riseclipse/iec61850/scl/DO.java
+2
-1
DOType.java
...r/centralesupelec/edf/riseclipse/iec61850/scl/DOType.java
+2
-1
ExtRef.java
...r/centralesupelec/edf/riseclipse/iec61850/scl/ExtRef.java
+2
-1
GSEControl.java
...ntralesupelec/edf/riseclipse/iec61850/scl/GSEControl.java
+6
-3
GSESettings.java
...tralesupelec/edf/riseclipse/iec61850/scl/GSESettings.java
+4
-2
Header.java
...r/centralesupelec/edf/riseclipse/iec61850/scl/Header.java
+4
-2
IDNaming.java
...centralesupelec/edf/riseclipse/iec61850/scl/IDNaming.java
+2
-1
LNode.java
...fr/centralesupelec/edf/riseclipse/iec61850/scl/LNode.java
+6
-3
LNodeType.java
...entralesupelec/edf/riseclipse/iec61850/scl/LNodeType.java
+2
-1
LogControl.java
...ntralesupelec/edf/riseclipse/iec61850/scl/LogControl.java
+10
-5
LogSettings.java
...tralesupelec/edf/riseclipse/iec61850/scl/LogSettings.java
+6
-3
Naming.java
...r/centralesupelec/edf/riseclipse/iec61850/scl/Naming.java
+2
-1
ReportControl.java
...alesupelec/edf/riseclipse/iec61850/scl/ReportControl.java
+6
-3
ReportSettings.java
...lesupelec/edf/riseclipse/iec61850/scl/ReportSettings.java
+14
-7
SMVSettings.java
...tralesupelec/edf/riseclipse/iec61850/scl/SMVSettings.java
+16
-8
SMVsc.java
...fr/centralesupelec/edf/riseclipse/iec61850/scl/SMVsc.java
+2
-1
SampledValueControl.java
...elec/edf/riseclipse/iec61850/scl/SampledValueControl.java
+6
-3
ServiceSettings.java
...esupelec/edf/riseclipse/iec61850/scl/ServiceSettings.java
+4
-2
SettingControl.java
...lesupelec/edf/riseclipse/iec61850/scl/SettingControl.java
+2
-1
SubEquipment.java
...ralesupelec/edf/riseclipse/iec61850/scl/SubEquipment.java
+2
-1
TapChanger.java
...ntralesupelec/edf/riseclipse/iec61850/scl/TapChanger.java
+2
-1
UnNaming.java
...centralesupelec/edf/riseclipse/iec61850/scl/UnNaming.java
+2
-1
AbstractDataAttributeImpl.java
...seclipse/iec61850/scl/impl/AbstractDataAttributeImpl.java
+10
-19
AccessPointImpl.java
...lec/edf/riseclipse/iec61850/scl/impl/AccessPointImpl.java
+9
-18
AssociationImpl.java
...lec/edf/riseclipse/iec61850/scl/impl/AssociationImpl.java
+1
-1
BitRateInMbPerSecImpl.java
...f/riseclipse/iec61850/scl/impl/BitRateInMbPerSecImpl.java
+1
-1
ClientLNImpl.java
...upelec/edf/riseclipse/iec61850/scl/impl/ClientLNImpl.java
+3
-6
ConfReportControlImpl.java
...f/riseclipse/iec61850/scl/impl/ConfReportControlImpl.java
+0
-11
DAIImpl.java
...ralesupelec/edf/riseclipse/iec61850/scl/impl/DAIImpl.java
+1
-1
DAImpl.java
...tralesupelec/edf/riseclipse/iec61850/scl/impl/DAImpl.java
+10
-19
DOImpl.java
...tralesupelec/edf/riseclipse/iec61850/scl/impl/DOImpl.java
+3
-6
DOTypeImpl.java
...esupelec/edf/riseclipse/iec61850/scl/impl/DOTypeImpl.java
+3
-6
DurationInMilliSecImpl.java
.../riseclipse/iec61850/scl/impl/DurationInMilliSecImpl.java
+1
-1
ExtRefImpl.java
...esupelec/edf/riseclipse/iec61850/scl/impl/ExtRefImpl.java
+4
-7
FCDAImpl.java
...alesupelec/edf/riseclipse/iec61850/scl/impl/FCDAImpl.java
+3
-7
GSEControlImpl.java
...elec/edf/riseclipse/iec61850/scl/impl/GSEControlImpl.java
+11
-20
GSESettingsImpl.java
...lec/edf/riseclipse/iec61850/scl/impl/GSESettingsImpl.java
+4
-4
HeaderImpl.java
...esupelec/edf/riseclipse/iec61850/scl/impl/HeaderImpl.java
+6
-12
IDNamingImpl.java
...upelec/edf/riseclipse/iec61850/scl/impl/IDNamingImpl.java
+3
-6
LDeviceImpl.java
...supelec/edf/riseclipse/iec61850/scl/impl/LDeviceImpl.java
+1
-1
LNImpl.java
...tralesupelec/edf/riseclipse/iec61850/scl/impl/LNImpl.java
+2
-5
LNodeImpl.java
...lesupelec/edf/riseclipse/iec61850/scl/impl/LNodeImpl.java
+9
-24
LNodeTypeImpl.java
...pelec/edf/riseclipse/iec61850/scl/impl/LNodeTypeImpl.java
+3
-6
LogControlImpl.java
...elec/edf/riseclipse/iec61850/scl/impl/LogControlImpl.java
+15
-30
LogSettingsImpl.java
...lec/edf/riseclipse/iec61850/scl/impl/LogSettingsImpl.java
+6
-6
NamingImpl.java
...esupelec/edf/riseclipse/iec61850/scl/impl/NamingImpl.java
+3
-6
ReportControlImpl.java
...c/edf/riseclipse/iec61850/scl/impl/ReportControlImpl.java
+9
-18
ReportSettingsImpl.java
.../edf/riseclipse/iec61850/scl/impl/ReportSettingsImpl.java
+12
-12
SMVSettingsImpl.java
...lec/edf/riseclipse/iec61850/scl/impl/SMVSettingsImpl.java
+16
-31
SMVscImpl.java
...lesupelec/edf/riseclipse/iec61850/scl/impl/SMVscImpl.java
+2
-2
SampledValueControlImpl.java
...riseclipse/iec61850/scl/impl/SampledValueControlImpl.java
+11
-20
ServiceSettingsImpl.java
...edf/riseclipse/iec61850/scl/impl/ServiceSettingsImpl.java
+4
-4
SettingControlImpl.java
.../edf/riseclipse/iec61850/scl/impl/SettingControlImpl.java
+3
-6
SubEquipmentImpl.java
...ec/edf/riseclipse/iec61850/scl/impl/SubEquipmentImpl.java
+2
-2
TapChangerImpl.java
...elec/edf/riseclipse/iec61850/scl/impl/TapChangerImpl.java
+3
-6
UnNamingImpl.java
...upelec/edf/riseclipse/iec61850/scl/impl/UnNamingImpl.java
+3
-6
VoltageImpl.java
...supelec/edf/riseclipse/iec61850/scl/impl/VoltageImpl.java
+0
-11
scl.ecore
...entralesupelec/edf/riseclipse/iec61850/scl/impl/scl.ecore
+65
-62
No files found.
fr.centralesupelec.edf.riseclipse.iec61850.scl/model/SCL.ecore
View file @
4faca627
This diff is collapsed.
Click to expand it.
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/AbstractDataAttribute.java
View file @
4faca627
...
...
@@ -99,6 +99,7 @@ public interface AbstractDataAttribute extends DataAttribute {
/**
* Returns the value of the '<em><b>Count</b></em>' attribute.
* The default value is <code>"0"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Count</em>' attribute isn't clear,
...
...
@@ -110,7 +111,7 @@ public interface AbstractDataAttribute extends DataAttribute {
* @see #unsetCount()
* @see #setCount(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getAbstractDataAttribute_Count()
* @model unsettable="true"
* @model
default="0"
unsettable="true"
* @generated
*/
String
getCount
();
...
...
@@ -258,6 +259,7 @@ public interface AbstractDataAttribute extends DataAttribute {
/**
* Returns the value of the '<em><b>Val Import</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Val Import</em>' attribute isn't clear,
...
...
@@ -269,7 +271,7 @@ public interface AbstractDataAttribute extends DataAttribute {
* @see #unsetValImport()
* @see #setValImport(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getAbstractDataAttribute_ValImport()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getValImport
();
...
...
@@ -311,6 +313,7 @@ public interface AbstractDataAttribute extends DataAttribute {
/**
* Returns the value of the '<em><b>Val Kind</b></em>' attribute.
* The default value is <code>"Set"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.ValKindEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -324,7 +327,7 @@ public interface AbstractDataAttribute extends DataAttribute {
* @see #unsetValKind()
* @see #setValKind(ValKindEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getAbstractDataAttribute_ValKind()
* @model unsettable="true"
* @model
default="Set"
unsettable="true"
* @generated
*/
ValKindEnum
getValKind
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/AccessPoint.java
View file @
4faca627
...
...
@@ -52,6 +52,7 @@ import org.eclipse.emf.common.util.EList;
public
interface
AccessPoint
extends
UnNaming
{
/**
* Returns the value of the '<em><b>Clock</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Clock</em>' attribute isn't clear,
...
...
@@ -63,7 +64,7 @@ public interface AccessPoint extends UnNaming {
* @see #unsetClock()
* @see #setClock(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getAccessPoint_Clock()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getClock
();
...
...
@@ -105,6 +106,7 @@ public interface AccessPoint extends UnNaming {
/**
* Returns the value of the '<em><b>Kdc</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Kdc</em>' attribute isn't clear,
...
...
@@ -116,7 +118,7 @@ public interface AccessPoint extends UnNaming {
* @see #unsetKdc()
* @see #setKdc(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getAccessPoint_Kdc()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getKdc
();
...
...
@@ -158,6 +160,7 @@ public interface AccessPoint extends UnNaming {
/**
* Returns the value of the '<em><b>Router</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Router</em>' attribute isn't clear,
...
...
@@ -169,7 +172,7 @@ public interface AccessPoint extends UnNaming {
* @see #unsetRouter()
* @see #setRouter(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getAccessPoint_Router()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getRouter
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/ClientLN.java
View file @
4faca627
...
...
@@ -311,6 +311,7 @@ public interface ClientLN extends ExplicitLinkResolver {
/**
* Returns the value of the '<em><b>Prefix</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Prefix</em>' attribute isn't clear,
...
...
@@ -322,7 +323,7 @@ public interface ClientLN extends ExplicitLinkResolver {
* @see #unsetPrefix()
* @see #setPrefix(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getClientLN_Prefix()
* @model unsettable="true"
* @model
default=""
unsettable="true"
* @generated
*/
String
getPrefix
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/DA.java
View file @
4faca627
...
...
@@ -45,6 +45,7 @@ import org.eclipse.emf.common.util.EList;
public
interface
DA
extends
AbstractDataAttribute
{
/**
* Returns the value of the '<em><b>Dchg</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Dchg</em>' attribute isn't clear,
...
...
@@ -56,7 +57,7 @@ public interface DA extends AbstractDataAttribute {
* @see #unsetDchg()
* @see #setDchg(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getDA_Dchg()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getDchg
();
...
...
@@ -98,6 +99,7 @@ public interface DA extends AbstractDataAttribute {
/**
* Returns the value of the '<em><b>Dupd</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Dupd</em>' attribute isn't clear,
...
...
@@ -109,7 +111,7 @@ public interface DA extends AbstractDataAttribute {
* @see #unsetDupd()
* @see #setDupd(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getDA_Dupd()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getDupd
();
...
...
@@ -207,6 +209,7 @@ public interface DA extends AbstractDataAttribute {
/**
* Returns the value of the '<em><b>Qchg</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Qchg</em>' attribute isn't clear,
...
...
@@ -218,7 +221,7 @@ public interface DA extends AbstractDataAttribute {
* @see #unsetQchg()
* @see #setQchg(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getDA_Qchg()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getQchg
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/DO.java
View file @
4faca627
...
...
@@ -40,6 +40,7 @@ package fr.centralesupelec.edf.riseclipse.iec61850.scl;
public
interface
DO
extends
DataObject
{
/**
* Returns the value of the '<em><b>Transient</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Transient</em>' attribute isn't clear,
...
...
@@ -51,7 +52,7 @@ public interface DO extends DataObject {
* @see #unsetTransient()
* @see #setTransient(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getDO_Transient()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getTransient
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/DOType.java
View file @
4faca627
...
...
@@ -98,6 +98,7 @@ public interface DOType extends IDNaming {
/**
* Returns the value of the '<em><b>Ied Type</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ied Type</em>' attribute isn't clear,
...
...
@@ -109,7 +110,7 @@ public interface DOType extends IDNaming {
* @see #unsetIedType()
* @see #setIedType(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getDOType_IedType()
* @model unsettable="true"
* @model
default=""
unsettable="true"
* @generated
*/
String
getIedType
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/ExtRef.java
View file @
4faca627
...
...
@@ -997,6 +997,7 @@ public interface ExtRef extends BaseElement {
/**
* Returns the value of the '<em><b>Desc</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Desc</em>' attribute isn't clear,
...
...
@@ -1008,7 +1009,7 @@ public interface ExtRef extends BaseElement {
* @see #unsetDesc()
* @see #setDesc(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getExtRef_Desc()
* @model unsettable="true"
* @model
default=""
unsettable="true"
* @generated
*/
String
getDesc
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/GSEControl.java
View file @
4faca627
...
...
@@ -94,6 +94,7 @@ public interface GSEControl extends ControlWithIEDName {
/**
* Returns the value of the '<em><b>Fixed Offs</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Fixed Offs</em>' attribute isn't clear,
...
...
@@ -105,7 +106,7 @@ public interface GSEControl extends ControlWithIEDName {
* @see #unsetFixedOffs()
* @see #setFixedOffs(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getGSEControl_FixedOffs()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getFixedOffs
();
...
...
@@ -147,6 +148,7 @@ public interface GSEControl extends ControlWithIEDName {
/**
* Returns the value of the '<em><b>Security Enable</b></em>' attribute.
* The default value is <code>"None"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.PredefinedTypeOfSecurityEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -160,7 +162,7 @@ public interface GSEControl extends ControlWithIEDName {
* @see #unsetSecurityEnable()
* @see #setSecurityEnable(PredefinedTypeOfSecurityEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getGSEControl_SecurityEnable()
* @model unsettable="true"
* @model
default="None"
unsettable="true"
* @generated
*/
PredefinedTypeOfSecurityEnum
getSecurityEnable
();
...
...
@@ -203,6 +205,7 @@ public interface GSEControl extends ControlWithIEDName {
/**
* Returns the value of the '<em><b>Type</b></em>' attribute.
* The default value is <code>"GOOSE"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.GSEControlTypeEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -216,7 +219,7 @@ public interface GSEControl extends ControlWithIEDName {
* @see #unsetType()
* @see #setType(GSEControlTypeEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getGSEControl_Type()
* @model unsettable="true"
* @model
default="GOOSE"
unsettable="true"
* @generated
*/
GSEControlTypeEnum
getType
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/GSESettings.java
View file @
4faca627
...
...
@@ -41,6 +41,7 @@ package fr.centralesupelec.edf.riseclipse.iec61850.scl;
public
interface
GSESettings
extends
ServiceSettings
{
/**
* Returns the value of the '<em><b>App ID</b></em>' attribute.
* The default value is <code>"Fix"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.ServiceSettingsEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -54,7 +55,7 @@ public interface GSESettings extends ServiceSettings {
* @see #unsetAppID()
* @see #setAppID(ServiceSettingsEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getGSESettings_AppID()
* @model unsettable="true"
* @model
default="Fix"
unsettable="true"
* @generated
*/
ServiceSettingsEnum
getAppID
();
...
...
@@ -97,6 +98,7 @@ public interface GSESettings extends ServiceSettings {
/**
* Returns the value of the '<em><b>Data Label</b></em>' attribute.
* The default value is <code>"Fix"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.ServiceSettingsEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -110,7 +112,7 @@ public interface GSESettings extends ServiceSettings {
* @see #unsetDataLabel()
* @see #setDataLabel(ServiceSettingsEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getGSESettings_DataLabel()
* @model unsettable="true"
* @model
default="Fix"
unsettable="true"
* @generated
*/
ServiceSettingsEnum
getDataLabel
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/Header.java
View file @
4faca627
...
...
@@ -97,6 +97,7 @@ public interface Header extends SclObject {
/**
* Returns the value of the '<em><b>Name Structure</b></em>' attribute.
* The default value is <code>"IEDName"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Name Structure</em>' attribute isn't clear,
...
...
@@ -108,7 +109,7 @@ public interface Header extends SclObject {
* @see #unsetNameStructure()
* @see #setNameStructure(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getHeader_NameStructure()
* @model unsettable="true"
* @model
default="IEDName"
unsettable="true"
* @generated
*/
String
getNameStructure
();
...
...
@@ -150,6 +151,7 @@ public interface Header extends SclObject {
/**
* Returns the value of the '<em><b>Revision</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Revision</em>' attribute isn't clear,
...
...
@@ -161,7 +163,7 @@ public interface Header extends SclObject {
* @see #unsetRevision()
* @see #setRevision(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getHeader_Revision()
* @model unsettable="true"
* @model
default=""
unsettable="true"
* @generated
*/
String
getRevision
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/IDNaming.java
View file @
4faca627
...
...
@@ -91,6 +91,7 @@ public interface IDNaming extends BaseElement {
/**
* Returns the value of the '<em><b>Desc</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Desc</em>' attribute isn't clear,
...
...
@@ -102,7 +103,7 @@ public interface IDNaming extends BaseElement {
* @see #unsetDesc()
* @see #setDesc(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getIDNaming_Desc()
* @model unsettable="true"
* @model
default=""
unsettable="true"
* @generated
*/
String
getDesc
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/LNode.java
View file @
4faca627
...
...
@@ -46,6 +46,7 @@ package fr.centralesupelec.edf.riseclipse.iec61850.scl;
public
interface
LNode
extends
UnNaming
{
/**
* Returns the value of the '<em><b>Ied Name</b></em>' attribute.
* The default value is <code>"None"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ied Name</em>' attribute isn't clear,
...
...
@@ -57,7 +58,7 @@ public interface LNode extends UnNaming {
* @see #unsetIedName()
* @see #setIedName(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLNode_IedName()
* @model unsettable="true"
* @model
default="None"
unsettable="true"
* @generated
*/
String
getIedName
();
...
...
@@ -99,6 +100,7 @@ public interface LNode extends UnNaming {
/**
* Returns the value of the '<em><b>Ld Inst</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ld Inst</em>' attribute isn't clear,
...
...
@@ -110,7 +112,7 @@ public interface LNode extends UnNaming {
* @see #unsetLdInst()
* @see #setLdInst(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLNode_LdInst()
* @model unique="false" unsettable="true"
* @model
default=""
unique="false" unsettable="true"
* @generated
*/
String
getLdInst
();
...
...
@@ -205,6 +207,7 @@ public interface LNode extends UnNaming {
/**
* Returns the value of the '<em><b>Ln Inst</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ln Inst</em>' attribute isn't clear,
...
...
@@ -216,7 +219,7 @@ public interface LNode extends UnNaming {
* @see #unsetLnInst()
* @see #setLnInst(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLNode_LnInst()
* @model unique="false" unsettable="true"
* @model
default=""
unique="false" unsettable="true"
* @generated
*/
String
getLnInst
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/LNodeType.java
View file @
4faca627
...
...
@@ -43,6 +43,7 @@ import org.eclipse.emf.common.util.EList;
public
interface
LNodeType
extends
IDNaming
{
/**
* Returns the value of the '<em><b>Ied Type</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ied Type</em>' attribute isn't clear,
...
...
@@ -54,7 +55,7 @@ public interface LNodeType extends IDNaming {
* @see #unsetIedType()
* @see #setIedType(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLNodeType_IedType()
* @model unsettable="true"
* @model
default=""
unsettable="true"
* @generated
*/
String
getIedType
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/LogControl.java
View file @
4faca627
...
...
@@ -46,6 +46,7 @@ package fr.centralesupelec.edf.riseclipse.iec61850.scl;
public
interface
LogControl
extends
ControlWithTriggerOpt
{
/**
* Returns the value of the '<em><b>Buf Time</b></em>' attribute.
* The default value is <code>"0"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Buf Time</em>' attribute isn't clear,
...
...
@@ -57,7 +58,7 @@ public interface LogControl extends ControlWithTriggerOpt {
* @see #unsetBufTime()
* @see #setBufTime(Integer)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLogControl_BufTime()
* @model unsettable="true"
* @model
default="0"
unsettable="true"
* @generated
*/
Integer
getBufTime
();
...
...
@@ -152,6 +153,7 @@ public interface LogControl extends ControlWithTriggerOpt {
/**
* Returns the value of the '<em><b>Ln Class</b></em>' attribute.
* The default value is <code>"LLN0"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ln Class</em>' attribute isn't clear,
...
...
@@ -163,7 +165,7 @@ public interface LogControl extends ControlWithTriggerOpt {
* @see #unsetLnClass()
* @see #setLnClass(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLogControl_LnClass()
* @model unsettable="true"
* @model
default="LLN0"
unsettable="true"
* @generated
*/
String
getLnClass
();
...
...
@@ -258,6 +260,7 @@ public interface LogControl extends ControlWithTriggerOpt {
/**
* Returns the value of the '<em><b>Log Ena</b></em>' attribute.
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Log Ena</em>' attribute isn't clear,
...
...
@@ -269,7 +272,7 @@ public interface LogControl extends ControlWithTriggerOpt {
* @see #unsetLogEna()
* @see #setLogEna(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLogControl_LogEna()
* @model unsettable="true"
* @model
default="true"
unsettable="true"
* @generated
*/
Boolean
getLogEna
();
...
...
@@ -364,6 +367,7 @@ public interface LogControl extends ControlWithTriggerOpt {
/**
* Returns the value of the '<em><b>Prefix</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Prefix</em>' attribute isn't clear,
...
...
@@ -375,7 +379,7 @@ public interface LogControl extends ControlWithTriggerOpt {
* @see #unsetPrefix()
* @see #setPrefix(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLogControl_Prefix()
* @model unsettable="true"
* @model
default=""
unsettable="true"
* @generated
*/
String
getPrefix
();
...
...
@@ -417,6 +421,7 @@ public interface LogControl extends ControlWithTriggerOpt {
/**
* Returns the value of the '<em><b>Reason Code</b></em>' attribute.
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Reason Code</em>' attribute isn't clear,
...
...
@@ -428,7 +433,7 @@ public interface LogControl extends ControlWithTriggerOpt {
* @see #unsetReasonCode()
* @see #setReasonCode(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLogControl_ReasonCode()
* @model unsettable="true"
* @model
default="true"
unsettable="true"
* @generated
*/
Boolean
getReasonCode
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/LogSettings.java
View file @
4faca627
...
...
@@ -40,6 +40,7 @@ package fr.centralesupelec.edf.riseclipse.iec61850.scl;
public
interface
LogSettings
extends
ServiceSettings
{
/**
* Returns the value of the '<em><b>Intg Pd</b></em>' attribute.
* The default value is <code>"Fix"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.ServiceSettingsEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -53,7 +54,7 @@ public interface LogSettings extends ServiceSettings {
* @see #unsetIntgPd()
* @see #setIntgPd(ServiceSettingsEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLogSettings_IntgPd()
* @model unsettable="true"
* @model
default="Fix"
unsettable="true"
* @generated
*/
ServiceSettingsEnum
getIntgPd
();
...
...
@@ -96,6 +97,7 @@ public interface LogSettings extends ServiceSettings {
/**
* Returns the value of the '<em><b>Log Ena</b></em>' attribute.
* The default value is <code>"Fix"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.ServiceSettingsEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -109,7 +111,7 @@ public interface LogSettings extends ServiceSettings {
* @see #unsetLogEna()
* @see #setLogEna(ServiceSettingsEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLogSettings_LogEna()
* @model unsettable="true"
* @model
default="Fix"
unsettable="true"
* @generated
*/
ServiceSettingsEnum
getLogEna
();
...
...
@@ -152,6 +154,7 @@ public interface LogSettings extends ServiceSettings {
/**
* Returns the value of the '<em><b>Trg Ops</b></em>' attribute.
* The default value is <code>"Fix"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.ServiceSettingsEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -165,7 +168,7 @@ public interface LogSettings extends ServiceSettings {
* @see #unsetTrgOps()
* @see #setTrgOps(ServiceSettingsEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getLogSettings_TrgOps()
* @model unsettable="true"
* @model
default="Fix"
unsettable="true"
* @generated
*/
ServiceSettingsEnum
getTrgOps
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/Naming.java
View file @
4faca627
...
...
@@ -91,6 +91,7 @@ public interface Naming extends BaseElement {
/**
* Returns the value of the '<em><b>Desc</b></em>' attribute.
* The default value is <code>""</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Desc</em>' attribute isn't clear,
...
...
@@ -102,7 +103,7 @@ public interface Naming extends BaseElement {
* @see #unsetDesc()
* @see #setDesc(String)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getNaming_Desc()
* @model unsettable="true"
* @model
default=""
unsettable="true"
* @generated
*/
String
getDesc
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/ReportControl.java
View file @
4faca627
...
...
@@ -44,6 +44,7 @@ package fr.centralesupelec.edf.riseclipse.iec61850.scl;
public
interface
ReportControl
extends
ControlWithTriggerOpt
{
/**
* Returns the value of the '<em><b>Buffered</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Buffered</em>' attribute isn't clear,
...
...
@@ -55,7 +56,7 @@ public interface ReportControl extends ControlWithTriggerOpt {
* @see #unsetBuffered()
* @see #setBuffered(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getReportControl_Buffered()
* @model unsettable="true"
* @model
default="false"
unsettable="true"
* @generated
*/
Boolean
getBuffered
();
...
...
@@ -97,6 +98,7 @@ public interface ReportControl extends ControlWithTriggerOpt {
/**
* Returns the value of the '<em><b>Buf Time</b></em>' attribute.
* The default value is <code>"0"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Buf Time</em>' attribute isn't clear,
...
...
@@ -108,7 +110,7 @@ public interface ReportControl extends ControlWithTriggerOpt {
* @see #unsetBufTime()
* @see #setBufTime(Integer)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getReportControl_BufTime()
* @model unsettable="true"
* @model
default="0"
unsettable="true"
* @generated
*/
Integer
getBufTime
();
...
...
@@ -203,6 +205,7 @@ public interface ReportControl extends ControlWithTriggerOpt {
/**
* Returns the value of the '<em><b>Indexed</b></em>' attribute.
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Indexed</em>' attribute isn't clear,
...
...
@@ -214,7 +217,7 @@ public interface ReportControl extends ControlWithTriggerOpt {
* @see #unsetIndexed()
* @see #setIndexed(Boolean)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getReportControl_Indexed()
* @model unsettable="true"
* @model
default="true"
unsettable="true"
* @generated
*/
Boolean
getIndexed
();
...
...
fr.centralesupelec.edf.riseclipse.iec61850.scl/src/fr/centralesupelec/edf/riseclipse/iec61850/scl/ReportSettings.java
View file @
4faca627
...
...
@@ -44,6 +44,7 @@ package fr.centralesupelec.edf.riseclipse.iec61850.scl;
public
interface
ReportSettings
extends
ServiceSettings
{
/**
* Returns the value of the '<em><b>Buf Time</b></em>' attribute.
* The default value is <code>"Fix"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.ServiceSettingsEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -57,7 +58,7 @@ public interface ReportSettings extends ServiceSettings {
* @see #unsetBufTime()
* @see #setBufTime(ServiceSettingsEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getReportSettings_BufTime()
* @model unsettable="true"
* @model
default="Fix"
unsettable="true"
* @generated
*/
ServiceSettingsEnum
getBufTime
();
...
...
@@ -100,6 +101,7 @@ public interface ReportSettings extends ServiceSettings {
/**
* Returns the value of the '<em><b>Intg Pd</b></em>' attribute.
* The default value is <code>"Fix"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.ServiceSettingsEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -113,7 +115,7 @@ public interface ReportSettings extends ServiceSettings {
* @see #unsetIntgPd()
* @see #setIntgPd(ServiceSettingsEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getReportSettings_IntgPd()
* @model unsettable="true"
* @model
default="Fix"
unsettable="true"
* @generated
*/
ServiceSettingsEnum
getIntgPd
();
...
...
@@ -156,6 +158,7 @@ public interface ReportSettings extends ServiceSettings {
/**
* Returns the value of the '<em><b>Opt Fields</b></em>' attribute.
* The default value is <code>"Fix"</code>.
* The literals are from the enumeration {@link fr.centralesupelec.edf.riseclipse.iec61850.scl.ServiceSettingsEnum}.
* <!-- begin-user-doc -->
* <p>
...
...
@@ -169,7 +172,7 @@ public interface ReportSettings extends ServiceSettings {
* @see #unsetOptFields()
* @see #setOptFields(ServiceSettingsEnum)
* @see fr.centralesupelec.edf.riseclipse.iec61850.scl.SclPackage#getReportSettings_OptFields()
* @model unsettable="true"
* @model
default="Fix"
unsettable="true"
* @generated
*/
ServiceSettingsEnum
getOptFields
();
...
...
@@ -212,6 +215,7 @@ public interface ReportSettings extends ServiceSettings {
/**
* Returns the value of the '<em><b>Owner</b></em>' attribute.
* The default value is <code>"fa