Package com._1c.g5.v8.dt.ui.aef.models
Interface IAbstractMobileApplicationUrlsModel<T extends AbstractMobileApplicationUrl>
- Type Parameters:
T- Type of mobile application URL's in the list provided by the model
- All Superinterfaces:
Collection<T>,IAttribute<IBmObject,,org.eclipse.emf.ecore.EStructuralFeature> IEditableModel,IEmfAttribute<IBmObject>,IEmfListAttribute<T,,IBmObject> IList<T>,IModel,IModelApiAwareModel,Iterable<T>,IValidable,List<T>
- All Known Subinterfaces:
IMobileApplicationUrlsModel
- All Known Implementing Classes:
BmListMobileApplicationUrlsModel
public interface IAbstractMobileApplicationUrlsModel<T extends AbstractMobileApplicationUrl>
extends IEmfListAttribute<T,IBmObject>, IModelApiAwareModel, IEditableModel
The
AbstractMobileApplicationUrls model.-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface com._1c.g5.aef2.models.IAttribute
getObject, getPropertyMethods inherited from interface com._1c.g5.aef2.models.IEditableModel
isEditable, setEditableMethods inherited from interface com._1c.g5.aef2.models.list.IList
addListListener, createWorkingCopy, fill, isEqual, removeListListenerMethods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponentMethods inherited from interface com._1c.g5.v8.dt.aef2.IModelApiAwareModel
getModelApi, setModelApiMethods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validateMethods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray