AbstractCollectionBasedProperty

public abstract class AbstractCollectionBasedProperty<T extends Collection> extends Property<T>

Base for collection based properties

Parameters:
  • <T> – type of the underlying collection

Constructors

AbstractCollectionBasedProperty

protected AbstractCollectionBasedProperty(String name, T value, String type)

AbstractCollectionBasedProperty

protected AbstractCollectionBasedProperty(String jdoVariableName, String name, T value, String type)

Methods

generateDeclareParameter

public CharSequence generateDeclareParameter(int idx)

shouldIgnoreThisProperty

protected boolean shouldIgnoreThisProperty()

unwrap

public Collection unwrap()