|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassDefinition
Read-only definition of a Class.
Method Summary | |
---|---|
java.lang.Boolean |
getArchive()
|
java.util.Map |
getAssociations()
Fetch all associations for which this is a source type, including child associations. |
java.util.Map |
getChildAssociations()
Fetch only child associations for which this is a source type. |
java.util.Set |
getDefaultAspectNames()
|
java.util.List |
getDefaultAspects()
|
java.util.List |
getDefaultAspects(boolean inherited)
|
java.util.Map |
getDefaultValues()
|
java.lang.String |
getDescription()
|
java.lang.Boolean |
getIncludedInSuperTypeQuery()
|
ModelDefinition |
getModel()
|
QName |
getName()
|
QName |
getParentName()
|
java.util.Map |
getProperties()
|
java.lang.String |
getTitle()
|
boolean |
isAspect()
|
boolean |
isContainer()
|
Method Detail |
---|
ModelDefinition getModel()
QName getName()
java.lang.String getTitle()
java.lang.String getDescription()
QName getParentName()
boolean isAspect()
java.lang.Boolean getArchive()
true
if the type should be archived on delete, false
if it should be
deleted or null
if not defined.java.lang.Boolean getIncludedInSuperTypeQuery()
true
if the type should be included in supertypes queries, false
if not
deleted or null
if not defined.java.util.Map getProperties()
java.util.Map getDefaultValues()
java.util.Map getAssociations()
ChildAssociationDefinition
boolean isContainer()
java.util.Map getChildAssociations()
java.util.List getDefaultAspects()
java.util.Set getDefaultAspectNames()
java.util.List getDefaultAspects(boolean inherited)
inherited
- include default aspects inherited from super types
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |