FileDocCategorySizeDatePackage
ParserDataBase.javaAPI DocJava SE 5 API1147Fri Aug 26 14:54:28 BST 2005com.sun.corba.se.impl.orb

ParserDataBase

public abstract class ParserDataBase extends Object implements com.sun.corba.se.spi.orb.ParserData

Fields Summary
private String
propertyName
private com.sun.corba.se.spi.orb.Operation
operation
private String
fieldName
private Object
defaultValue
private Object
testValue
Constructors Summary
protected ParserDataBase(String propertyName, com.sun.corba.se.spi.orb.Operation operation, String fieldName, Object defaultValue, Object testValue)

	this.propertyName = propertyName  ;
	this.operation = operation  ;	
	this.fieldName = fieldName  ;
	this.defaultValue = defaultValue  ;
	this.testValue = testValue  ;
    
Methods Summary
public java.lang.ObjectgetDefaultValue()

 return defaultValue ; 
public java.lang.StringgetFieldName()

 return fieldName ; 
public com.sun.corba.se.spi.orb.OperationgetOperation()

 return operation ; 
public java.lang.StringgetPropertyName()

 return propertyName ; 
public java.lang.ObjectgetTestValue()

 return testValue ;