net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl
Class PersistenceImpl.PersistenceUnitImpl.PropertiesImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl.PropertiesImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Persistence.PersistenceUnit.Properties
- Enclosing class:
- PersistenceImpl.PersistenceUnitImpl
public static class PersistenceImpl.PersistenceUnitImpl.PropertiesImpl
- extends Object
- implements Serializable, Cloneable, Persistence.PersistenceUnit.Properties
- See Also:
- Serialized Form
property
protected List<Persistence.PersistenceUnit.Properties.Property> property
PersistenceImpl.PersistenceUnitImpl.PropertiesImpl
public PersistenceImpl.PersistenceUnitImpl.PropertiesImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl.PropertiesImpl instance.
PersistenceImpl.PersistenceUnitImpl.PropertiesImpl
public PersistenceImpl.PersistenceUnitImpl.PropertiesImpl(PersistenceImpl.PersistenceUnitImpl.PropertiesImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl.PropertiesImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getProperty
public List<Persistence.PersistenceUnit.Properties.Property> getProperty()
- Description copied from interface:
Persistence.PersistenceUnit.Properties
- Gets the value of the property property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Persistence.PersistenceUnit.Properties.Property
- Specified by:
getProperty in interface Persistence.PersistenceUnit.Properties
clone
public PersistenceImpl.PersistenceUnitImpl.PropertiesImpl clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class Object
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.