public class LayerAttributeInfo extends Object
| Constructor and Description |
|---|
LayerAttributeInfo() |
LayerAttributeInfo(String attributeName,
String attributeLabel,
int attributeAppearanceOrder) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttributeAppearanceOrder() |
String |
getAttributeLabel() |
String |
getAttributeName() |
void |
setAttributeAppearanceOrder(int attributeAppearanceOrder) |
void |
setAttributeLabel(String attributeLabel) |
void |
setAttributeName(String attributeName) |
public String getAttributeName()
public void setAttributeName(String attributeName)
public String getAttributeLabel()
public void setAttributeLabel(String attributeLabel)
public int getAttributeAppearanceOrder()
public void setAttributeAppearanceOrder(int attributeAppearanceOrder)
Copyright © 2018. All Rights Reserved.