Interface IAddressingAttributeModel
- All Superinterfaces:
IModel
,IValidable
,IValue<Value>
- All Known Implementing Classes:
AddressingAttributeModel
Model for single addressing attribute.
-
Method Summary
Modifier and TypeMethodDescriptionReturns addressing attribute.Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
Method Details
-
getAddressingAttribute
SchemeItemAddressingAttribute getAddressingAttribute()Returns addressing attribute.- Returns:
- addressing attribute. Can't return
null
.
-