public class Attribute extends Object
| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name.
|
long |
getSize()
Gets the size.
|
String |
getType()
Gets the type.
|
Object |
getValue()
Gets the value.
|
boolean |
isSerializable()
Checks if is serializable.
|
void |
setName(String name)
Sets the name.
|
void |
setSerializable(boolean serializable)
Sets the serializable.
|
void |
setSize(long size)
Sets the size.
|
void |
setType(String type)
Sets the type.
|
void |
setValue(Object value)
Sets the value.
|
public String getName()
public void setName(String name)
name - the new namepublic String getType()
public void setType(String type)
type - the new typepublic Object getValue()
public void setValue(Object value)
value - the new valuepublic boolean isSerializable()
public void setSerializable(boolean serializable)
serializable - the new serializablepublic long getSize()
public void setSize(long size)
size - the new sizeCopyright © 2009–2020 psi-probe. All rights reserved.