public class HApiPropertyImpl extends Object implements HApiProperty
| Constructor and Description |
|---|
HApiPropertyImpl(String name,
String description,
HApiType type,
Boolean multiple) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the description of this property
|
Boolean |
getMultiple()
Whether this property is a multiple value
|
String |
getName()
Get the name of this property
|
HApiType |
getType()
Get the type of this property
|
void |
setDescription(String description)
Set the description of this property
|
void |
setMultiple(Boolean multiple)
Set the boolean value for multiple
|
void |
setName(String name)
Set the name of this property
|
void |
setType(HApiType type)
Set the type of this property
|
String |
toString() |
public String getName()
getName in interface HApiPropertypublic void setName(String name)
setName in interface HApiPropertypublic String getDescription()
getDescription in interface HApiPropertypublic void setDescription(String description)
setDescription in interface HApiPropertypublic HApiType getType()
getType in interface HApiPropertypublic void setType(HApiType type)
setType in interface HApiPropertypublic Boolean getMultiple()
getMultiple in interface HApiPropertypublic void setMultiple(Boolean multiple)
setMultiple in interface HApiPropertyCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.