|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.align.extension.function.AbstractParameter
@Immutable public abstract class AbstractParameter
Abstract definition of a parameter based on an IConfigurationElement
Field Summary | |
---|---|
static int |
UNBOUNDED
Value for maxOccurrence that represents an unbounded maximum
occurrence |
Constructor Summary | |
---|---|
AbstractParameter(org.eclipse.core.runtime.IConfigurationElement conf)
Create a parameter definition |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Get the parameter description |
String |
getDisplayName()
Get the display name for the parameter. |
int |
getMaxOccurrence()
|
int |
getMinOccurrence()
|
String |
getName()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNBOUNDED
maxOccurrence
that represents an unbounded maximum
occurrence
Constructor Detail |
---|
public AbstractParameter(org.eclipse.core.runtime.IConfigurationElement conf)
conf
- the configuration elementMethod Detail |
---|
public final String getName()
public final int getMinOccurrence()
public final int getMaxOccurrence()
public String getDisplayName()
null
an empty string is returned.
public String getDescription()
null
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |