public abstract class RuleTermType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
javaClassName |
protected String |
name |
protected int |
typeId |
protected List<TermOperationType> |
validOperations |
| Constructor and Description |
|---|
RuleTermType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaClassName() |
String |
getName() |
int |
getTypeId() |
Iterator<TermOperationType> |
getValidOperations() |
boolean |
isSameType(RuleTermType anotherType) |
boolean |
isValidOperation(TermOperationType t) |
protected int typeId
protected String name
protected String javaClassName
protected List<TermOperationType> validOperations
public int getTypeId()
public String getName()
public String getJavaClassName()
public boolean isSameType(RuleTermType anotherType)
public Iterator<TermOperationType> getValidOperations()
public boolean isValidOperation(TermOperationType t)
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.