hep.ilc.marlin.jni
Class ProcessorParameter

java.lang.Object
  extended by hep.ilc.marlin.jni.ProcessorParameter

public class ProcessorParameter
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected ProcessorParameter(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 String defaultValue()
           
 void delete()
           
 String description()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
protected static long getCPtr(ProcessorParameter obj)
           
 int hashCode()
           
 boolean isOptional()
           
 String name()
           
 int setSize()
           
 void setValue(Parameters params)
           
 String type()
           
 String value()
           
 boolean valueSet()
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

ProcessorParameter

protected ProcessorParameter(long cPtr,
                             boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(ProcessorParameter obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

name

public String name()

description

public String description()

setSize

public int setSize()

isOptional

public boolean isOptional()

valueSet

public boolean valueSet()

type

public String type()

value

public String value()

defaultValue

public String defaultValue()

setValue

public void setValue(Parameters params)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.