All Packages Class Hierarchy This Package Previous Next Index
Class aid.cbr.tools.core.cbrcase.IndiceDescriptor
java.lang.Object
|
+----aid.cbr.tools.core.cbrcase.IndiceDescriptor
- public class IndiceDescriptor
- extends Object
- implements Serializable
-
_type
-
-
IndiceDescriptor(String, IndiceType)
-
-
getComments()
-
-
getName()
-
-
getTopLevelDescriptor()
-
-
getType()
-
-
setComments(String)
-
_type
public IndiceType _type
IndiceDescriptor
public IndiceDescriptor(String name,
IndiceType type)
getName
public String getName()
getComments
public String getComments()
setComments
public void setComments(String com)
getType
public IndiceType getType()
getTopLevelDescriptor
public static IndiceDescriptor getTopLevelDescriptor()
All Packages Class Hierarchy This Package Previous Next Index