public class PropertyInf extends Object
| Constructor and Description |
|---|
PropertyInf() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConvertProp()
The code for the property convertion to object.
|
String |
getDescription()
The description of the property.
|
boolean |
getIsList()
If this property is a list property or not.
|
String |
getJavaType()
The java type of the property.
|
String |
getName()
The java name for the property.
|
static Map<String,String> |
getPropertiesClasses()
A map with de properties that must be use for each java raw type.
|
String |
getPropertyDec()
The declaration code for this property.
|
String |
getPropertyDimDec()
The instantation code for this property.
|
String |
getType()
The type for the property.
|
void |
setDescription(String description)
The description of the property.
|
void |
setName(String name)
The java name for the property.
|
void |
setType(String type)
The type for the property.
|
public String getName()
public void setName(String name)
name - The java name for the property.public String getType()
public void setType(String type)
type - The type for the property.public String getDescription()
public void setDescription(String description)
description - The description of the property.public String getJavaType()
public String getPropertyDec()
public String getPropertyDimDec()
public String getConvertProp()
public static Map<String,String> getPropertiesClasses()
public boolean getIsList()
Copyright © 2015–2018 Bridje Framework. All rights reserved.