Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Class PropertyInfo

java.lang.Object
  extended by oracle.as.scheduler.PropertyInfo


Deprecated. - use ParameterInfo instead.

@Deprecated
public class PropertyInfo
extends java.lang.Object

Nested Class Summary
static class PropertyInfo.DataType
          Deprecated.  

 

Constructor Summary
PropertyInfo(java.lang.String name, PropertyInfo.DataType type)
          Deprecated. Constructs an instance of PropertyInfo.

 

Method Summary
 PropertyInfo.DataType getDataType()
          Deprecated. Returns the data type of the property.
 java.lang.String getName()
          Deprecated. Returns the name of the property.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PropertyInfo

public PropertyInfo(java.lang.String name,
                    PropertyInfo.DataType type)
Deprecated. 
Constructs an instance of PropertyInfo.
Parameters:
name - - the name of the property represented by this instance of PropertyInfo class.

Method Detail

getName

public java.lang.String getName()
Deprecated. 
Returns the name of the property.
Returns:
- the name of the property represented by this instance.

getDataType

public PropertyInfo.DataType getDataType()
Deprecated. 
Returns the data type of the property.
Returns:
- the data type of the property represented by this instance.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.