public class DefineSecurityParentage
extends java.lang.Object
implements java.io.Serializable
SecurityFolder
property
of the object referenced by the ReferentialContainmentRelationship
object's
Head
property is set to the Folder
object referenced by the ReferentialContainmentRelationship
object's Tail
property. Use these constants when calling the Folder.file
method to add a new
object to a folder, or when calling createInstance
to
create a ReferentialContainmentRelationship
object.Modifier and Type | Field and Description |
---|---|
static DefineSecurityParentage |
DEFINE_SECURITY_PARENTAGE
Specifies that security is to be inherited from the referenced parent (container).
|
static DefineSecurityParentage |
DO_NOT_DEFINE_SECURITY_PARENTAGE
Specifies that security is not to be inherited from the referenced parent (container).
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getBooleanValue()
Returns the
Boolean value associated with a specific instance of this class. |
static DefineSecurityParentage |
getInstanceFromBoolean(boolean val)
Gets an instance of this class from its associated
boolean value. |
boolean |
getValue()
Returns the
boolean value associated with a specific instance of this class. |
java.lang.String |
toString()
Returns a
String representation of this DefineSecurityParentage instance. |
public static final DefineSecurityParentage DEFINE_SECURITY_PARENTAGE
public static final DefineSecurityParentage DO_NOT_DEFINE_SECURITY_PARENTAGE
public boolean getValue()
boolean
value associated with a specific instance of this class.boolean
representing a specific instance of this class.public java.lang.Boolean getBooleanValue()
Boolean
value associated with a specific instance of this class.Boolean
representing a specific instance of this class.public static DefineSecurityParentage getInstanceFromBoolean(boolean val)
boolean
value.val
- A boolean
representing the DefineSecurityParentage
instance to retrieve. Valid values are DEFINE_SECURITY_PARENTAGE
and DO_NOT_DEFINE_SECURITY_PARENTAGE
; cannot be null
.DefineSecurityParentage
object of the type requested.EngineRuntimeException
- if the input parameter is invalid or null
.public java.lang.String toString()
String
representation of this DefineSecurityParentage
instance.toString
in class java.lang.Object
String
representing this DefineSecurityParentage
.© Copyright IBM Corporation 2006, 2015. All rights reserved.