|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_classes.CreateFile.AttrInformation
org.biomage.tools.generate_classes.CreateFile.AssociationAttrInformation
org.biomage.tools.generate_classes.CreateFile.IdentifierAttrInformation
public class CreateFile.IdentifierAttrInformation
Description: Inner class to hold association attribute information. Checks to see if the association is a multivalued and adjusts the information accordingly. Since this is for the Identifier lists, names are munged slightly differently than the base class case.
Field Summary |
---|
Fields inherited from class org.biomage.tools.generate_classes.CreateFile.AssociationAttrInformation |
---|
isOrdered, isOwner, maxCard, minCard, originalType, otherNav, pointsToIdentifiable, rank, thisMaxCard, thisMinCard, thisNav, typeAggregate |
Constructor Summary | |
---|---|
protected |
CreateFile.IdentifierAttrInformation(CreateFile classFile,
boolean isList)
Description: C'tor for class. |
Method Summary | |
---|---|
CreateFile |
getCreateFile()
Description: Method to return the underlying CreateFile the association is based on. |
boolean |
isAbstract()
Description: Method that returns whether the role's class is abstract. |
Methods inherited from class org.biomage.tools.generate_classes.CreateFile.AssociationAttrInformation |
---|
getIsOrdered, getMaxCard, getMinCard, getOriginalType, getOtherNav, getRank, getThisMaxCard, getThisMinCard, getThisNav, getTypeAggregated, initialize, isOwner, makeOptional, pointsToIdentifiableClass, toString |
Methods inherited from class org.biomage.tools.generate_classes.CreateFile.AttrInformation |
---|
getComment, getDatatype, getEnumValues, getName, getScope, initialize, isEnum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected CreateFile.IdentifierAttrInformation(CreateFile classFile, boolean isList) throws java.lang.Exception
classFile:
- for Packages, this holds the information for its association.
java.lang.Exception
Method Detail |
---|
public boolean isAbstract() throws java.lang.Exception
java.lang.Exception
public CreateFile getCreateFile() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |