- All Implemented Interfaces:
- com.helger.commons.name.IHasName, com.helger.commons.state.IMandatoryIndicator, com.helger.commons.text.IHasDescription, Serializable
@Immutable
@MustImplementEqualsAndHashcode
public class PModeProperty
extends Object
implements com.helger.commons.name.IHasName, com.helger.commons.text.IHasDescription, com.helger.commons.state.IMandatoryIndicator, Serializable
A property is a data structure that consists of four values: the property
name, which can be used as an identifier of the property (e.g. a required
property named "messagetype" can be noted as:
Properties[messagetype].required="true"); the property
description; the property data type; and a Boolean value, indicating whether
the property is expected or optional, within the User message. This parameter
controls the contents of the element
eb:Messaging/eb:UserMessage/eb:MessageProperties.
- Author:
- Philip Helger
- See Also:
- Serialized Form