public class ValueDefinition extends Object implements Serializable
| Constructor and Description |
|---|
ValueDefinition() |
ValueDefinition(String name,
String title,
String description,
String dataType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDataType()
Gets the dataType value for this ValueDefinition.
|
String |
getDescription()
Gets the description value for this ValueDefinition.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this ValueDefinition.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this ValueDefinition.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDataType(String dataType)
Sets the dataType value for this ValueDefinition.
|
void |
setDescription(String description)
Sets the description value for this ValueDefinition.
|
void |
setName(String name)
Sets the name value for this ValueDefinition.
|
void |
setTitle(String title)
Sets the title value for this ValueDefinition.
|
public String getName()
public void setName(String name)
name - public String getTitle()
public void setTitle(String title)
title - public String getDescription()
public void setDescription(String description)
description - public String getDataType()
public void setDataType(String dataType)
dataType - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.