public class ObjectInf extends Object
| Constructor and Description |
|---|
ObjectInf() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller u,
Object parent)
Called by JAXB.
|
ObjectInf |
findObject(String propName)
Finds the object information of a property by the property name.
|
PropertyInf |
findProperty(String propName)
Finds the given property in this object.
|
String |
getBase()
The base object.
|
List<JFxComponent> |
getComponents()
The components that must be generated for this object.
|
String |
getDescription()
A description of this object.
|
String |
getFullName()
The full java class name for this object.
|
List<IncludeInf> |
getIncludes()
The list of java classes to include.
|
PropertyInf |
getKeyProperty()
The key property for this object.
|
List<ObjectInfMapping> |
getMappings()
The list of mappings for this object.
|
ModelInf |
getModel()
The parent JavaFx model of this object.
|
String |
getName()
The java class name of the object.
|
String |
getPackage()
The java package of this object.
|
List<PropertyInf> |
getProperties()
The properties of this object.
|
PropertyInf |
getToStringProperty()
The toString property.
|
boolean |
isList(String propName)
Determines if the given property is a list.
|
boolean |
isObject(String propName)
Determines if the given property is an object.
|
void |
setBase(String base)
The base object.
|
void |
setComponents(List<JFxComponent> components)
The components that must be generated for this object.
|
void |
setDescription(String description)
A description of this object.
|
void |
setIncludes(List<IncludeInf> includes)
The list of java classes to include.
|
void |
setKeyProperty(PropertyInf keyProperty)
The key property for this object.
|
void |
setMappings(List<ObjectInfMapping> mappings)
The list of mappings for this object.
|
void |
setName(String name)
The java class name of the object.
|
void |
setProperties(List<PropertyInf> properties)
The properties of this object.
|
void |
setToStringProperty(PropertyInf toStringProperty)
The toString property.
|
public String getName()
public void setName(String name)
name - The java class name of the object.public String getDescription()
public void setDescription(String description)
description - A description of this object.public List<PropertyInf> getProperties()
public void setProperties(List<PropertyInf> properties)
properties - The properties of this object.public ModelInf getModel()
public String getPackage()
public String getFullName()
public void afterUnmarshal(Unmarshaller u, Object parent)
u - The unmarshaller.parent - The parent.public PropertyInf getKeyProperty()
public void setKeyProperty(PropertyInf keyProperty)
keyProperty - The key property for this object.public List<IncludeInf> getIncludes()
public void setIncludes(List<IncludeInf> includes)
includes - The list of java classes to include.public PropertyInf getToStringProperty()
public void setToStringProperty(PropertyInf toStringProperty)
toStringProperty - The toString property.public List<JFxComponent> getComponents()
public void setComponents(List<JFxComponent> components)
components - The components that must be generated for this object.public String getBase()
public void setBase(String base)
base - The base object.public List<ObjectInfMapping> getMappings()
public void setMappings(List<ObjectInfMapping> mappings)
mappings - The list of mappings for this object.public PropertyInf findProperty(String propName)
propName - The name of the property.public boolean isList(String propName)
propName - The property name.public boolean isObject(String propName)
propName - The property name.Copyright © 2015–2018 Bridje Framework. All rights reserved.