public class Attrib extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected String |
filter |
protected String |
indexOf |
protected String |
name |
protected AttributeType |
type |
Constructor and Description |
---|
Attrib() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAlias()
Gets the value of the alias property.
|
String |
getFilter() |
String |
getIndexOf() |
String |
getName()
Gets the value of the name property.
|
AttributeType |
getType() |
int |
hashCode() |
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setFilter(String filter) |
void |
setIndexOf(String indexOf) |
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(AttributeType type) |
protected String name
protected String alias
protected AttributeType type
protected String indexOf
protected String filter
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public AttributeType getType()
public void setType(AttributeType type)
public String getIndexOf()
public void setIndexOf(String indexOf)
public String getFilter()
public void setFilter(String filter)
Copyright © 2021. All rights reserved.