Package oracle.iam.policyengine.vo
Class PathElement
java.lang.Object
oracle.iam.policyengine.vo.PathElement
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
setAttribute
(String k, Object v) void
setAttributeName
(String value) void
setDataType
(PolicyConstants.OperatorType dataType) void
setDisplayName
(String displayName) void
setEntityType
(String entityType) void
void
setType
(PolicyConstants.PathElemType entityType) void
setUniqAttributeName
(String uniqAttributeName)
-
Constructor Details
-
PathElement
public PathElement()
-
-
Method Details
-
getDisplayName
-
setDisplayName
-
getName
-
setName
-
getType
-
setType
-
getDataType
-
setDataType
-
getUniqAttributeName
-
setUniqAttributeName
-
setEntityType
-
getEntityType
-
setAttribute
-
getAttributeValue
-
getAttributeName
-
setAttributeName
-