public interface ProfileOptionValue extends Serializable
ProfileOption
at a given level.
A ProfileOptionValue
is associated with only
one ProfileOption
.
Attributes of ProfileOptionValue
value object:
Attribute Name |
Type |
Mandatory |
Update Allowed |
Validated |
Description |
---|---|---|---|---|---|
ProfileOptionValue |
String |
Yes | Yes | Yes | See: getProfileOptionValue() . See: setProfileOptionValue(java.lang.String) |
ProfileOptionCode |
String |
Yes | Yes | Yes | See: getProfileOptionCode() . See: setProfileOptionCode(java.lang.String) |
ProfileOptionLevelCode |
String |
Yes | Yes | Yes | Validated against the
CTB_PROFILE_OPTION_LEVELS concept list.See: getProfileOptionLevelCode() . See:
setProfileOptionLevelCode(java.lang.String) |
ProfileOptionLevelValue |
String |
Yes if ProfileOptionLevelValue is not "SITE". |
Yes | Yes | See: getProfileOptionLevelValue() . See:
setProfileOptionLevelValue(java.lang.String) |
Modifier and Type | Method and Description |
---|---|
String |
getProfileOptionCode()
Gets the
ProfileOptionCode . |
String |
getProfileOptionLevelCode()
Gets the level code for a
ProfileOptionValue . |
String |
getProfileOptionLevelValue()
Gets the level value for a
ProfileOptionValue . |
String |
getProfileOptionValue()
Gets the value for a profile option.
|
void |
setProfileOptionCode(String profileOptionCode)
Sets the
ProfileOptionCode . |
void |
setProfileOptionLevelCode(String profileOptionLevelCode)
Sets the level code for a
ProfileOptionValue . |
void |
setProfileOptionLevelValue(String profileOptionLevelValue)
Sets the level value for a
ProfileOptionValue . |
void |
setProfileOptionValue(String profileOptionValue)
Sets the value for a profile option.
|
void setProfileOptionValue(String profileOptionValue)
profileOptionValue
- Value for a profile option.getProfileOptionValue()
String getProfileOptionValue()
setProfileOptionValue(java.lang.String)
void setProfileOptionCode(String profileOptionCode)
ProfileOptionCode
.profileOptionCode
- ProfileOptionCode
for this
ProfileOptionValue
.getProfileOptionCode()
String getProfileOptionCode()
ProfileOptionCode
.ProfileOptionCode
for this
ProfileOptionValue
.setProfileOptionCode(java.lang.String)
void setProfileOptionLevelCode(String profileOptionLevelCode)
ProfileOptionValue
. To set the
level
code, the specified ProfileOptionLevelCode
must have the
UpdateableFlag
set to "Y". For example, to set the
ProfileOptionLevelCode
of "SITE", the profile option must
have SiteUpdateableFlag
set to "Y". This attribute is
validated against the
CTB_PROFILE_OPTION_LEVELS
concept list.profileOptionLevelCode
- ProfileOptionLevelCode
for this
ProfileOptionValue
.getProfileOptionLevelCode()
String getProfileOptionLevelCode()
ProfileOptionValue
.ProfileOptionValue
.setProfileOptionLevelCode(java.lang.String)
void setProfileOptionLevelValue(String profileOptionLevelValue)
ProfileOptionValue
. The level
value is the
identifier of the instance for which you are setting the profile option
value.
If ProfileOptionLevelCode
is "USER", this parameter must
contain the user login identifier.
If ProfileOptionLevelCode
is "SITE", then this parameter
must be null
.profileOptionLevelValue
- ProfileOptionLevelValue
for this
ProfileOptionValue
.getProfileOptionLevelValue()
String getProfileOptionLevelValue()
ProfileOptionValue
.ProfileOptionLevelCode
is
"USER".null
if ProfileOptionLevelCode
is
"SITE".setProfileOptionLevelValue(java.lang.String)
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved