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 HApiProperty
public void setName(String name)
setName
in interface HApiProperty
public String getDescription()
getDescription
in interface HApiProperty
public void setDescription(String description)
setDescription
in interface HApiProperty
public HApiType getType()
getType
in interface HApiProperty
public void setType(HApiType type)
setType
in interface HApiProperty
public Boolean getMultiple()
getMultiple
in interface HApiProperty
public void setMultiple(Boolean multiple)
setMultiple
in interface HApiProperty
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.