|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.infoengine.schema.Type
public class Type
Base class for other type objects (Simple or Complex)
| Constructor Summary | |
|---|---|
Type()
Create an emtpy Type |
|
Type(java.lang.String id)
Create a Type with typId id |
|
| Method Summary | |
|---|---|
void |
addSuperType(java.lang.String type)
Add a superType to the end of the type hierarchy. |
java.lang.String |
getResourceBundle()
Get the resourceBundle property value. |
java.lang.String |
getSuperType()
Get the direct superType of this Type. |
java.lang.String[] |
getSuperTypes()
Get the entire type hierarchy. |
java.lang.String |
getSuperTypes(int index)
Get a type identifier from this Type's hierarchy. |
java.lang.String |
getTypeId()
Get the typeId property value |
void |
setResourceBundle(java.lang.String rb)
Set the resourceBundle property value. |
void |
setSuperTypes(int index,
java.lang.String type)
Set a type into the hierarchy of this type. |
void |
setSuperTypes(java.lang.String[] types)
Set the entire type hierarchy. |
void |
setTypeId(java.lang.String id)
Set the typeId property |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Type()
public Type(java.lang.String id)
id - the typeId| Method Detail |
|---|
public void setTypeId(java.lang.String id)
id - the new property valuepublic java.lang.String getTypeId()
public void setResourceBundle(java.lang.String rb)
rb - the new property valuepublic java.lang.String getResourceBundle()
public void setSuperTypes(int index,
java.lang.String type)
index - the index to set
type the type identifierpublic void addSuperType(java.lang.String type)
type - the type to addpublic java.lang.String getSuperTypes(int index)
index - the index to retrieve
public void setSuperTypes(java.lang.String[] types)
types - the new hierarchypublic java.lang.String[] getSuperTypes()
public java.lang.String getSuperType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||