Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

oracle.adfdt.view.rich.binding.provider
Interface PrimitiveModelProvider


public interface PrimitiveModelProvider


Method Summary
 java.lang.String getCurrentExpression()
          The expression to bind to to get this primitives value.
 oracle.binding.meta.NamedDefinition getDefinition()
          The JSR 227 definition the primitive is based on.
 java.lang.String getFormat()
          The date or number format for this primitive if it exists.
 java.lang.String getJavaType()
          The java class type as a fully qualified class name.
 java.lang.String getName()
          The name of this attribute.
 boolean isDate()
          True if the primitive is of a date type.
 boolean isNumber()
          True if the primitive is of a number type.
 

Method Detail

getDefinition

oracle.binding.meta.NamedDefinition getDefinition()
The JSR 227 definition the primitive is based on.


isNumber

boolean isNumber()
True if the primitive is of a number type.


isDate

boolean isDate()
True if the primitive is of a date type.

Returns:

getName

java.lang.String getName()
The name of this attribute.


getFormat

java.lang.String getFormat()
The date or number format for this primitive if it exists.


getJavaType

java.lang.String getJavaType()
The java class type as a fully qualified class name.

Returns:

getCurrentExpression

java.lang.String getCurrentExpression()
The expression to bind to to get this primitives value.


Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

Copyright © 1997, 2011, Oracle. All rights reserved.