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()voidsetAttribute(String k, Object v) voidsetAttributeName(String value) voidsetDataType(PolicyConstants.OperatorType dataType) voidsetDisplayName(String displayName) voidsetEntityType(String entityType) voidvoidsetType(PolicyConstants.PathElemType entityType) voidsetUniqAttributeName(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
-