Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.foundation.property
Interface PrimitiveProperty

All Superinterfaces:
PrimitiveValue, Property, ScalarProperty, ScalarValue, Typed, Value

public interface PrimitiveProperty
extends PrimitiveValue, ScalarProperty

Defines a property object whose value is primitive. Primitive value here means the value can be converted to string and back forth.

Version:
1.0
Author:
Xiaoge Zhang

Methods inherited from interface oracle.owb.foundation.domain.PrimitiveValue
setValueByString, stringValue

 

Methods inherited from interface oracle.owb.foundation.domain.ScalarValue
getValue, setValue

 

Methods inherited from interface oracle.owb.foundation.domain.Value
equals, greaterThan, lessThan

 

Methods inherited from interface oracle.owb.foundation.domain.Typed
getType

 

Methods inherited from interface oracle.owb.foundation.property.Property
getName, getPropertyOwner, getType

 


Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.