Class CreateDescriptorText
java.lang.Object
de.mid.innovator.m2msdk.model.text.CreateDescriptorText
- All Implemented Interfaces:
CreateDescriptorIF,Serializable
Description how to create a new line in a text file.
- Version:
- 11.1.0
- Author:
- joachim
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDescription what will be build on target side.getElementProperty(PropertyDescriptorIF descriptor) Get the property value for a property descriptor of element that is created by this description.getIcon()Icon of the element that is created by this description.getName()Name of the element that is created by this description.getType()Name of the description.
-
Constructor Details
-
CreateDescriptorText
-
-
Method Details
-
getTemplate
-
getName
Description copied from interface:CreateDescriptorIFName of the element that is created by this description.- Specified by:
getNamein interfaceCreateDescriptorIF- Returns:
- String name to display for user
-
getDescription
Description copied from interface:CreateDescriptorIFDescription what will be build on target side.- Specified by:
getDescriptionin interfaceCreateDescriptorIF- Returns:
- String description to display for user
-
getIcon
Description copied from interface:CreateDescriptorIFIcon of the element that is created by this description.- Specified by:
getIconin interfaceCreateDescriptorIF- Returns:
- String icon to display for user
-
getType
Description copied from interface:CreateDescriptorIFName of the description.- Specified by:
getTypein interfaceCreateDescriptorIF- Returns:
- String name of element that is created by this description
-
getElementProperty
Description copied from interface:CreateDescriptorIFGet the property value for a property descriptor of element that is created by this description.- Specified by:
getElementPropertyin interfaceCreateDescriptorIF- Parameters:
descriptor-- Returns:
- the value of the element's property described by the PropertyDescriptor
- Throws:
M2MException- error
-