Package com._1c.g5.v8.dt.rights.model
Interface Rls
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RlsImpl
public interface Rls extends org.eclipse.emf.ecore.EObject
- See Also:
RightsPackage.getRls()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCondition()
Returns the value of the 'Condition' attribute.org.eclipse.emf.common.util.EList<DbViewFieldDef>
getFields()
Returns the value of the 'Fields' reference list.void
setCondition(String value)
Sets the value of the 'Condition
' attribute.
-
-
-
Method Detail
-
getFields
org.eclipse.emf.common.util.EList<DbViewFieldDef> getFields()
Returns the value of the 'Fields' reference list. The list contents are of typeDbViewFieldDef
.- Returns:
- the value of the 'Fields' reference list.
- See Also:
RightsPackage.getRls_Fields()
-
getCondition
String getCondition()
Returns the value of the 'Condition' attribute.- Returns:
- the value of the 'Condition' attribute.
- See Also:
setCondition(String)
,RightsPackage.getRls_Condition()
-
setCondition
void setCondition(String value)
Sets the value of the 'Condition
' attribute.- Parameters:
value
- the new value of the 'Condition' attribute.- See Also:
getCondition()
-
-