Package ch.ivyteam.ivy.system
Interface IProperty
- All Superinterfaces:
IPropertyBase
- All Known Subinterfaces:
ISystemProperty
Deprecated, for removal: This API element is subject to removal in a future version.
A property
- Since:
- 20.06.2006
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.String[]Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.longDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface ch.ivyteam.ivy.system.IPropertyBase
getBooleanValue, getIntValue, getLongValue, getName, getValue, setValue, setValue, setValue, setValue
-
Method Details
-
getDefaultValue
Deprecated, for removal: This API element is subject to removal in a future version.Gets the property default value- Returns:
- property default value
- API:
- This public API is available in Java.
-
getIntDefaultValue
Deprecated, for removal: This API element is subject to removal in a future version.Gets the property default value as int- Returns:
- property default value as int
- API:
- This public API is available in Java.
-
getLongDefaultValue
Deprecated, for removal: This API element is subject to removal in a future version.Gets the property default value as long- Returns:
- property default value as long
- API:
- This public API is available in Java.
-
getBooleanDefaultValue
Deprecated, for removal: This API element is subject to removal in a future version.Gets the property default value as boolean- Returns:
- property default value as boolean
- API:
- This public API is available in Java.
-
getEnumerationValues
Deprecated, for removal: This API element is subject to removal in a future version.Get the possible values of the enumeration property- Returns:
- possible enumration values. Null if
getUserInterfaceFormat()does not returnUserInterfaceFormat.ENUMERATION. - API:
- This public API is available in Java.
-