|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.introspection.ClassInfo
wt.introspection.LinkInfo
public class LinkInfo
LinkInfo is the class for providing class meta-data
There will be an instance of this class for each modeled
link business class that is installed.
Supported API: true
Extendable: false
WTIntrospector,
ClassInfo,
RoleDescriptor,
Serialized Form| Method Summary | |
|---|---|
RoleDescriptor |
getOtherRole(RoleDescriptor otherRole)
Gets the other RoleDescriptor, relative to the one passed. |
RoleDescriptor |
getRole(String role_name)
Gets the RoleDescriptor by role name. |
RoleDescriptor |
getRoleA()
Gets the roleA RoleDescriptor. |
RoleDescriptor |
getRoleB()
Gets the roleB RoleDescriptor. |
boolean |
isAttributed()
Determines if the link is attributed. |
boolean |
isLinkTable()
Determines if the implementation of the link is with a link table. |
boolean |
isRoleA(String roleName)
Determines if the string is a roleA name. |
boolean |
isRoleB(String roleName)
Determines if the string is a roleB name. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public RoleDescriptor getOtherRole(RoleDescriptor otherRole)
public RoleDescriptor getRole(String role_name)
public RoleDescriptor getRoleA()
public RoleDescriptor getRoleB()
public boolean isAttributed()
public boolean isLinkTable()
public boolean isRoleA(String roleName)
public boolean isRoleB(String roleName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||