Uses of Class
org.teamapps.message.protocol.message.AttributeType
| Package | Description |
|---|---|
| org.teamapps.message.protocol.message | |
| org.teamapps.message.protocol.model | |
| org.teamapps.message.protocol.utils |
-
Uses of AttributeType in org.teamapps.message.protocol.message
Methods in org.teamapps.message.protocol.message that return AttributeType Modifier and Type Method Description static AttributeTypeAttributeType. getById(int id)AttributeTypeAbstractAttributeDefinition. getType()static AttributeTypeAttributeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeType[]AttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.message.protocol.message with parameters of type AttributeType Modifier and Type Method Description voidMessageDefinition. addAttribute(java.lang.String name, int key, AttributeType type)voidMessageDefinition. addAttribute(java.lang.String name, int key, AttributeType type, java.lang.String specificType)Constructors in org.teamapps.message.protocol.message with parameters of type AttributeType Constructor Description AbstractAttributeDefinition(MessageModel parent, java.lang.String name, int key, AttributeType type, java.lang.String specificType)AbstractAttributeDefinition(MessageModel parent, java.lang.String name, int key, AttributeType type, java.lang.String specificType, java.lang.String defaultValue, java.lang.String comment) -
Uses of AttributeType in org.teamapps.message.protocol.model
Methods in org.teamapps.message.protocol.model that return AttributeType Modifier and Type Method Description AttributeTypeAttributeDefinition. getType() -
Uses of AttributeType in org.teamapps.message.protocol.utils
Methods in org.teamapps.message.protocol.utils with parameters of type AttributeType Modifier and Type Method Description static java.lang.ObjectStringUtils. readFromString(java.lang.String s, AttributeType type)