public interface AssociationMetadata extends MemberMetadata
The following features are supported:
JavaPackage.getAssociationMetadata()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGenericType()
Returns the value of the 'Generic Type' attribute
|
boolean |
isCollection()
Returns the value of the 'Collection' attribute
|
boolean |
isNoArgConstructor()
Returns the value of the 'No Arg Constructor' attribute
|
void |
setCollection(boolean value)
Sets the value of the '
Collection' attribute |
void |
setGenericType(java.lang.String value)
Sets the value of the '
Generic Type' attribute |
void |
setNoArgConstructor(boolean value)
Sets the value of the '
No Arg Constructor' attribute |
getCategory, getName, getType, isArray, setArray, setCategory, setName, setTypeboolean isCollection()
If the meaning of the 'Collection' attribute isn't clear, there really should be more of a description here...
setCollection(boolean),
JavaPackage.getAssociationMetadata_Collection()void setCollection(boolean value)
Collection' attribute.
value - the new value of the 'Collection' attribute.isCollection()boolean isNoArgConstructor()
If the meaning of the 'No Arg Constructor' attribute isn't clear, there really should be more of a description here...
setNoArgConstructor(boolean),
JavaPackage.getAssociationMetadata_NoArgConstructor()void setNoArgConstructor(boolean value)
No Arg Constructor' attribute.
value - the new value of the 'No Arg Constructor' attribute.isNoArgConstructor()java.lang.String getGenericType()
If the meaning of the 'Generic Type' attribute isn't clear, there really should be more of a description here...
setGenericType(String),
JavaPackage.getAssociationMetadata_GenericType()void setGenericType(java.lang.String value)
Generic Type' attribute.
value - the new value of the 'Generic Type' attribute.getGenericType()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.