Uses of Interface
org.teamapps.message.protocol.model.AttributeDefinition
| Package | Description |
|---|---|
| org.teamapps.message.protocol.message | |
| org.teamapps.message.protocol.model |
-
Uses of AttributeDefinition in org.teamapps.message.protocol.message
Classes in org.teamapps.message.protocol.message that implement AttributeDefinition Modifier and Type Class Description classAbstractAttributeDefinitionMethods in org.teamapps.message.protocol.message that return AttributeDefinition Modifier and Type Method Description AttributeDefinitionMessageAttribute. getAttributeDefinition()AttributeDefinitionMessageAttributeImpl. getAttributeDefinition()AttributeDefinitionMessageDefinition. getAttributeDefinitionByKey(int key)AttributeDefinitionMessageDefinition. getAttributeDefinitionByName(java.lang.String name)Methods in org.teamapps.message.protocol.message that return types with arguments of type AttributeDefinition Modifier and Type Method Description java.util.List<AttributeDefinition>MessageDefinition. getAttributeDefinitions()Methods in org.teamapps.message.protocol.message with parameters of type AttributeDefinition Modifier and Type Method Description voidMessageDefinition. addAttribute(AttributeDefinition field)voidMessage. removeField(AttributeDefinition attributeDefinition)Constructors in org.teamapps.message.protocol.message with parameters of type AttributeDefinition Constructor Description MessageAttributeImpl(MessageAttributeImpl attribute, AttributeDefinition remappedDefinition, ModelCollection modelCollection)MessageAttributeImpl(AttributeDefinition attributeDefinition, java.lang.Object value)MessageAttributeImpl(org.w3c.dom.Element element, AttributeDefinition definition, FileDataReader fileDataReader, PojoObjectDecoderRegistry decoderRegistry) -
Uses of AttributeDefinition in org.teamapps.message.protocol.model
Methods in org.teamapps.message.protocol.model that return AttributeDefinition Modifier and Type Method Description AttributeDefinitionMessageModel. getAttributeDefinitionByKey(int key)AttributeDefinitionMessageModel. getAttributeDefinitionByName(java.lang.String name)Methods in org.teamapps.message.protocol.model that return types with arguments of type AttributeDefinition Modifier and Type Method Description java.util.List<AttributeDefinition>MessageModel. getAttributeDefinitions()