|
||||||||||
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
void
addClass(java.lang.String className)
Sets the class name.
java.lang.String
getAccess()
Returns the access type.
EmbeddableAttributesConfig
getAttributes()
Returns the attributes.
java.lang.String
getClassName()
Returns the class name.
java.lang.String
getDescription()
boolean
isMetaDataComplete()
Returns true if the metadata is complete.
void
setAccess(java.lang.String access)
Sets the access type.
void
setAttributes(EmbeddableAttributesConfig attributes)
Sets the attributes.
void
setDescription(java.lang.String description)
void
setMetaDataComplete(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