java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | xades4j.properties.DataObjectProperty.TargetMultiplicity |
Represents the number of data objects that a property can be applied to.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DataObjectProperty.TargetMultiplicity | ALL | The property applies to all the data objects in the signature. | |||||||||
DataObjectProperty.TargetMultiplicity | N | The propertie applies to multiple data objects. | |||||||||
DataObjectProperty.TargetMultiplicity | ONE | The property applies to one data object in the signature. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The property applies to all the data objects in the signature. It cannot be explicitly added to a data object.
The propertie applies to multiple data objects.
The property applies to one data object in the signature.