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:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Condition' attribute.org.eclipse.emf.common.util.EList<DbViewFieldDef>Returns the value of the 'Fields' reference list.voidsetCondition(String value) Sets the value of the 'Condition' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
getCondition
String getCondition()Returns the value of the 'Condition' attribute.- Returns:
- the value of the 'Condition' attribute.
- See Also:
-
setCondition
Sets the value of the 'Condition' attribute.- Parameters:
value- the new value of the 'Condition' attribute.- See Also:
-