See: Description
Interface | Description |
---|---|
AttributeReadDeprecated |
This interface gives read access to the
deprecated attribute of an object. |
AttributeReadDisposed |
This interface gives read access to the
disposed attribute of an object. |
AttributeReadId<ID> |
This interface gives read access to the
ID of an object. |
AttributeReadLocale |
This interface gives read access to the
locale of an object. |
AttributeReadMaximumValue<VALUE> |
This interface gives read access to the
maximum value attribute of an object. |
AttributeReadMessage |
This interface gives read access to the
message of an object. |
AttributeReadMessageCode |
This interface gives read access to the
code of an object. |
AttributeReadMinimumValue<VALUE> |
This interface gives read access to the
minimum value attribute of an object. |
AttributeReadName |
This is the abstract interface for an object that has an
name . |
AttributeReadTitle<TITLE> |
This is the abstract interface for an object that has an
title . |
AttributeReadUuid |
This interface gives read access to the
UUID of an object. |
AttributeReadValue<VALUE> |
This interface gives read access to the
value of an object. |
AttributeReadValueType<VALUE> |
This interface gives read access to the
value type of an object. |
AttributeWriteDisposed |
This interface gives read and write access to the
disposed attribute of an object. |
AttributeWriteId<ID> |
This interface gives read and write access to the
ID of an object. |
AttributeWriteLocale |
This interface gives read and write access to the
locale of an object. |
AttributeWriteMaximumValue<VALUE> |
This interface gives read and write access to the
maximum value of an object. |
AttributeWriteMinimumValue<VALUE> |
This interface gives read and write access to the
minimum value of an object. |
AttributeWriteName |
This interface gives read and write access to the
name of an object. |
AttributeWriteTitle<TITLE> |
This interface gives read and write access to the
title of an object. |
AttributeWriteValue<VALUE> |
This interface gives read and write access to the
value of an object. |
ID
. This helps to standardize signatures (including
javadoc) and allows generic access to such attributes for other utils and libs.Copyright © 2001–2016 mmm-Team. All rights reserved.