Class AttributeValue
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.styles.preview.AttributeValue
 
 
- 
public class AttributeValue extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description AttributeValue(StyleAttribute attribute, java.lang.String value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleAttributegetAttribute()java.lang.StringgetValue() 
 - 
 
- 
- 
Constructor Detail
- 
AttributeValue
public AttributeValue(StyleAttribute attribute, java.lang.String value)
 
 - 
 
- 
Method Detail
- 
getValue
public java.lang.String getValue()
 
- 
getAttribute
public StyleAttribute getAttribute()
 
 - 
 
 -