Class com.symantec.itools.vcafe.beans.ObjectReferenceAttributes
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.beans.ObjectReferenceAttributes

Object
   |
   +----com.symantec.itools.vcafe.beans.ObjectReferenceAttributes

public class ObjectReferenceAttributes
extends Object

Variable Index

 o OBJECTREFERENCE_DEFAULT_IS_NONE_ATTRIBUTE
Boolean attribute (default is false) If true the ORP will change the name of the Default choice to None You cannot have this option true, if OBJECTREFERENCE_HAS_NONE_ATTRIBUTE is true
 o OBJECTREFERENCE_HAS_NONE_ATTRIBUTE
Boolean attribute (default is false) If true the ORP will include the choice of None This means it will generate a set(null)
 o OBJECTREFERENCE_SCOPE_IS_ROOT_ATTRIBUTE
Boolean attribute (default is true) Scope of a ORP is the allowed range for references
 o OBJECTREFERENCE_SHOW_POSSIBLE_COMPONENT_REFERENCES_ATTRIBUTE
Boolean attribute (default is false)

Constructor Index

 o com.symantec.itools.vcafe.beans.ObjectReferenceAttributes()

Variables

 o OBJECTREFERENCE_DEFAULT_IS_NONE_ATTRIBUTE
public static final java.lang.String OBJECTREFERENCE_DEFAULT_IS_NONE_ATTRIBUTE
Boolean attribute (default is false) If true the ORP will change the name of the Default choice to None You cannot have this option true, if OBJECTREFERENCE_HAS_NONE_ATTRIBUTE is true

 o OBJECTREFERENCE_HAS_NONE_ATTRIBUTE
public static final java.lang.String OBJECTREFERENCE_HAS_NONE_ATTRIBUTE
Boolean attribute (default is false) If true the ORP will include the choice of None This means it will generate a set(null)

 o OBJECTREFERENCE_SCOPE_IS_ROOT_ATTRIBUTE
public static final java.lang.String OBJECTREFERENCE_SCOPE_IS_ROOT_ATTRIBUTE
Boolean attribute (default is true) Scope of a ORP is the allowed range for references

 o OBJECTREFERENCE_SHOW_POSSIBLE_COMPONENT_REFERENCES_ATTRIBUTE
public static final java.lang.String OBJECTREFERENCE_SHOW_POSSIBLE_COMPONENT_REFERENCES_ATTRIBUTE
Boolean attribute (default is false)

Constructors

 o ObjectReferenceAttributes
public ObjectReferenceAttributes()

All Packages  Class Hierarchy  This Package  Previous  Next  Index