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
  
  
  -  
	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
  
 -  
	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)
  
-  
	OBJECTREFERENCE_SCOPE_IS_ROOT_ATTRIBUTE
   -   Boolean attribute (default is true)
 Scope of a ORP is the allowed range for references
  
 -  
	OBJECTREFERENCE_SHOW_POSSIBLE_COMPONENT_REFERENCES_ATTRIBUTE
   -   Boolean attribute (default is false)
 
  
  
  -  
	com.symantec.itools.vcafe.beans.ObjectReferenceAttributes()
   -  
 
  
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
 
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)
 
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
 
OBJECTREFERENCE_SHOW_POSSIBLE_COMPONENT_REFERENCES_ATTRIBUTE
public static final java.lang.String OBJECTREFERENCE_SHOW_POSSIBLE_COMPONENT_REFERENCES_ATTRIBUTE
  -  Boolean attribute (default is false)
 
  
ObjectReferenceAttributes
public ObjectReferenceAttributes()
All Packages  Class Hierarchy  This Package  Previous  Next  Index