@Entity public class InstanceTextAttribute extends InstanceAttribute
Modifier and Type | Field and Description |
---|---|
private String |
textValue |
name
Constructor and Description |
---|
InstanceTextAttribute() |
InstanceTextAttribute(String pName,
String pValue) |
Modifier and Type | Method and Description |
---|---|
String |
getTextValue() |
String |
getValue() |
void |
setTextValue(String textValue) |
boolean |
setValue(Object pValue) |
clone, equals, getId, getName, hashCode, isValueEquals, setId, setName, toString
private String textValue
public String getValue()
getValue
in class InstanceAttribute
public String getTextValue()
public void setTextValue(String textValue)
public boolean setValue(Object pValue)
setValue
in class InstanceAttribute
Copyright © 2013 OW2 Consortium. All Rights Reserved.