Package io.anyline.plugin.config
Class UIFeedbackPresetDefinitionAttributeConfig
-
- All Implemented Interfaces:
public class UIFeedbackPresetDefinitionAttributeConfig
UIFeedbackPresetDefinitionAttributeConfig
Configuration for uiFeedback preset definition attribute.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
UIFeedbackPresetDefinitionAttributeConfig.ElementType
Sets the preset definition attribute element type.
-
Field Summary
Fields Modifier and Type Field Description public String
name
public String
elementName
public UIFeedbackPresetDefinitionAttributeConfig.ElementType
elementType
-
Constructor Summary
Constructors Constructor Description UIFeedbackPresetDefinitionAttributeConfig()
-
Method Summary
Modifier and Type Method Description String
getName()
Sets the name of the attribute. void
setName(String name)
Sets the name of the attribute. String
getElementName()
Sets the name of the element of the attribute. void
setElementName(String elementName)
Sets the name of the element of the attribute. UIFeedbackPresetDefinitionAttributeConfig.ElementType
getElementType()
Sets the preset definition attribute element type. void
setElementType(UIFeedbackPresetDefinitionAttributeConfig.ElementType elementType)
Sets the preset definition attribute element type. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getElementName
String getElementName()
Sets the name of the element of the attribute.
-
setElementName
void setElementName(String elementName)
Sets the name of the element of the attribute.
-
getElementType
UIFeedbackPresetDefinitionAttributeConfig.ElementType getElementType()
Sets the preset definition attribute element type.
-
setElementType
void setElementType(UIFeedbackPresetDefinitionAttributeConfig.ElementType elementType)
Sets the preset definition attribute element type.
-
hashCode
int hashCode()
-
-
-
-