Package io.anyline2.viewplugin.ar.config
Class UIFeedbackPresetDefinitionAttributeConfig
-
- All Implemented Interfaces:
public class UIFeedbackPresetDefinitionAttributeConfigUIFeedbackPresetDefinitionAttributeConfig
Configuration for uiFeedback preset definition attribute.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumUIFeedbackPresetDefinitionAttributeConfig.ElementTypeSets the preset definition attribute element type.
-
Field Summary
Fields Modifier and Type Field Description public Stringnamepublic StringelementNamepublic UIFeedbackPresetDefinitionAttributeConfig.ElementTypeelementType
-
Constructor Summary
Constructors Constructor Description UIFeedbackPresetDefinitionAttributeConfig()
-
Method Summary
Modifier and Type Method Description StringgetName()Sets the name of the attribute. voidsetName(String name)Sets the name of the attribute. StringgetElementName()Sets the name of the element of the attribute. voidsetElementName(String elementName)Sets the name of the element of the attribute. UIFeedbackPresetDefinitionAttributeConfig.ElementTypegetElementType()Sets the preset definition attribute element type. voidsetElementType(UIFeedbackPresetDefinitionAttributeConfig.ElementType elementType)Sets the preset definition attribute element type. StringtoString()inthashCode()booleanequals(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()
-
-
-
-