public class Property extends Object
| Constructor and Description |
|---|
Property(String rawFieldName,
String paramCategory,
String type,
String format,
String description,
String itemsRef,
String itemsType,
String itemsFormat,
Boolean uniqueItems,
List<String> allowableValues,
String minimum,
String maximum,
String defaultValue)
This creates a Property
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getAllowableValues()
This gets the allowableValues
|
String |
getDefaultValue()
This gets the defaultValue
|
String |
getDescription()
This gets the description of the property
|
String |
getFormat()
This gets the format
|
PropertyItems |
getItems()
This gets the items in the collection
|
String |
getMaximum()
This gets the maximum value of the property
|
String |
getMinimum()
This gets the minimum value of the property
|
String |
getParamCategory()
This gets category of parameter of the field, only applicable to composite parameter fields
|
String |
getRawFieldName()
This gets the raw field name the property came from
|
String |
getType()
This gets the type of property
|
Boolean |
getUniqueItems()
This gets the uniqueItems
|
int |
hashCode() |
String |
toString() |
public Property(String rawFieldName, String paramCategory, String type, String format, String description, String itemsRef, String itemsType, String itemsFormat, Boolean uniqueItems, List<String> allowableValues, String minimum, String maximum, String defaultValue)
rawFieldName - paramCategory - type - format - description - itemsRef - itemsType - itemsFormat - uniqueItems - allowableValues - minimum - maximum - defaultValue - public String getRawFieldName()
public String getParamCategory()
public String getType()
public String getFormat()
public String getDescription()
public List<String> getAllowableValues()
public Boolean getUniqueItems()
public PropertyItems getItems()
public String getMinimum()
public String getMaximum()
public String getDefaultValue()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.