|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.common.generic.propertybrowser.CollectionDescriptor
public class CollectionDescriptor
The collection descriptor defines the type and settings of a collection property.
| Field Summary |
|---|
| Fields inherited from interface org.openbp.common.generic.Copyable |
|---|
COPY_DEEP, COPY_FIRST_LEVEL, COPY_SHALLOW |
| Constructor Summary | |
|---|---|
CollectionDescriptor()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a clone of this object. |
void |
copyFrom(java.lang.Object source,
int copyMode)
Copies the values of the source object to this object. |
java.lang.Class |
getSafeTypeClass()
Gets the type class, instantiating it if possible. |
java.lang.Class |
getTypeClass()
Gets the type class. |
java.lang.String |
getTypeClassName()
Gets the type class name. |
boolean |
hasAddEnabled()
Determines if the add enabled is set. |
boolean |
hasDeleteEnabled()
Determines if the delete enabled is set. |
boolean |
hasReorderEnabled()
Determines if the reorder enabled is set. |
boolean |
isAddEnabled()
Gets the add enabled. |
boolean |
isDeleteEnabled()
Gets the delete enabled. |
boolean |
isReorderEnabled()
Gets the reorder enabled. |
void |
setAddEnabled(boolean addEnabled)
Sets the add enabled. |
void |
setDeleteEnabled(boolean deleteEnabled)
Sets the delete enabled. |
void |
setReorderEnabled(boolean reorderEnabled)
Sets the reorder enabled. |
void |
setTypeClass(java.lang.Class typeClass)
Sets the type class. |
void |
setTypeClassName(java.lang.String typeClassName)
Sets the type class name. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionDescriptor()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface Copyableclone in class java.lang.Objectjava.lang.CloneNotSupportedException - If the cloning of one of the contained members failed
public void copyFrom(java.lang.Object source,
int copyMode)
throws java.lang.CloneNotSupportedException
copyFrom in interface Copyablesource - The source object. Must be of the same type as this object.copyMode - Determines if a deep copy, a first level copy or a shallow copy is to be
performed. See the constants of the org.openbp.common.generic.description.Copyable class.
java.lang.CloneNotSupportedException - If the cloning of one of the contained objects failedpublic java.lang.String getTypeClassName()
public void setTypeClassName(java.lang.String typeClassName)
public boolean isAddEnabled()
public boolean hasAddEnabled()
public void setAddEnabled(boolean addEnabled)
public boolean isDeleteEnabled()
public boolean hasDeleteEnabled()
public void setDeleteEnabled(boolean deleteEnabled)
public boolean isReorderEnabled()
public boolean hasReorderEnabled()
public void setReorderEnabled(boolean reorderEnabled)
public java.lang.Class getSafeTypeClass()
public java.lang.Class getTypeClass()
public void setTypeClass(java.lang.Class typeClass)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||