Modifier and Type | Field and Description |
---|---|
protected OAVAttributeType |
attr
The attribute.
|
Constructor and Description |
---|
ExtractMulti(OAVAttributeType attr)
Create a new function.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Test for equality.
|
AttributeSet |
getRelevantAttributes()
Get the set of relevant attribute types.
|
java.lang.Class |
getReturnType()
Get the return type of this function.
|
java.lang.Object |
invoke(java.lang.Object[] paramvalues,
IOAVState state)
Invoke a function and return a value (optional).
|
java.lang.String |
toString()
Get the string representation.
|
protected OAVAttributeType attr
public ExtractMulti(OAVAttributeType attr)
public java.lang.Object invoke(java.lang.Object[] paramvalues, IOAVState state)
public java.lang.Class getReturnType()
getReturnType
in interface IFunction
public AttributeSet getRelevantAttributes()
getRelevantAttributes
in interface IFunction
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object