|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IActualConfigProperty
This interface represents an individual property in the
IActualConfigProperties collection.
| Method Summary | |
|---|---|
java.lang.Object |
getBadValue()
For internal use only. |
java.lang.Integer |
getConstructorArgIndex()
For internal use only. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns a localized description. |
java.lang.String |
getDisplayName(java.util.Locale locale)
Returns the localized display name. |
java.lang.Integer |
getErrorId()
For internal use only. |
java.lang.String |
getErrorString(java.util.Locale locale)
Returns the localized error message. |
java.lang.Integer |
getGroup()
For internal use only. |
java.lang.String |
getName()
Returns the name of this configuration property. |
java.lang.Integer |
getOrder()
For internal use only. |
boolean |
getRequiresRestart()
Returns whether it is necessary to restart after the configuration property is modified. |
IValidRanges |
getValidRanges()
Returns the valid ranges that are set for the value of this configuration property. |
IValidValues |
getValidValues()
Returns the values that are allowed for this configuration property. |
java.lang.Object |
getValue()
Returns the value that is being used by the server for this property. |
boolean |
hasValidRanges()
Identifies if this configuration property has valid ranges. |
boolean |
hasValidValues()
Identifies if this configuration property has valid values. |
boolean |
isFinal()
Returns whether the value of this configuration property has been marked as final, or read-only. |
boolean |
isOverridden()
Returns whether the value of this configuration property has been modified from the original (factory default) value. |
boolean |
isValueAccepted()
Returns whether this property value can be accepted as is. |
| Method Detail |
|---|
java.lang.Object getValue()
boolean isOverridden()
boolean isFinal()
java.lang.String getName()
java.lang.Integer getErrorId()
java.lang.Object getBadValue()
boolean hasValidRanges()
IValidRanges getValidRanges()
boolean hasValidValues()
IValidValues getValidValues()
boolean getRequiresRestart()
java.lang.Integer getOrder()
java.lang.Integer getGroup()
java.lang.Integer getConstructorArgIndex()
java.lang.String getDisplayName(java.util.Locale locale)
throws SDKException
locale - The locale desired for the display name.
SDKException - if there are no display names available.
java.lang.String getDescription(java.util.Locale locale)
throws SDKException
locale - The locale of the description.
SDKException - if there are no descriptions available.java.lang.String getErrorString(java.util.Locale locale)
locale - The locale desired for the error message.
boolean isValueAccepted()
IConfigProperty.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||