|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsrc.java.org.grails.xfire.aegis.type.basic.BeanTypePropertyInfo
class BeanTypePropertyInfo
Field Summary | |
---|---|
private int |
minOccurs
|
private boolean |
nillable
|
Constructor Summary | |
BeanTypePropertyInfo()
|
Method Summary | |
---|---|
int
|
getMinOccurs()
|
boolean
|
isNillable()
|
void
|
setMinOccurs(int minOccurs)
|
void
|
setNillable(boolean nillable)
|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
private int minOccurs
private boolean nillable
Constructor Detail |
---|
BeanTypePropertyInfo()
Method Detail |
---|
public int getMinOccurs()
public boolean isNillable()
public void setMinOccurs(int minOccurs)
public void setNillable(boolean nillable)
Groovy Documentation