public interface AknObject extends Externalizable, Visitable
| Modifier and Type | Method and Description |
|---|---|
default com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
default void |
compare(AknObject object,
DiffContext context)
default method for diff.
|
String |
name()
Name of this object (the name of the xml element)
|
default void |
nestedCompare(AknObject object,
DiffContext context) |
read, writeString name()
Name of this object (the name of the xml element)
default com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
default void compare(AknObject object, DiffContext context)
default method for diff.
default void nestedCompare(AknObject object, DiffContext context)
Copyright © 2017. All rights reserved.