|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.amber.cfg.EmbeddableConfig
public class EmbeddableConfig
Method Summary
voidaddClass(java.lang.String className)
Sets the class name.
java.lang.StringgetAccess()
Returns the access type.
EmbeddableAttributesConfiggetAttributes()
Returns the attributes.
java.lang.StringgetClassName()
Returns the class name.
java.lang.StringgetDescription()
booleanisMetaDataComplete()
Returns true if the metadata is complete.
voidsetAccess(java.lang.String access)
Sets the access type.
voidsetAttributes(EmbeddableAttributesConfig attributes)
Sets the attributes.
voidsetDescription(java.lang.String description)
voidsetMetaDataComplete(boolean isMetaDataComplete)
Sets the metadata is complete (true) or not (false).
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getAttributes
public EmbeddableAttributesConfig getAttributes()
setAttributes
public void setAttributes(EmbeddableAttributesConfig attributes)
getClassName
public java.lang.String getClassName()
addClass
public void addClass(java.lang.String className)
isMetaDataComplete
public boolean isMetaDataComplete()
setMetaDataComplete
public void setMetaDataComplete(boolean isMetaDataComplete)
getAccess
public java.lang.String getAccess()
setAccess
public void setAccess(java.lang.String access)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD