org.springframework.roo.classpath.operations.jsr303
Class BooleanField
java.lang.Object
org.springframework.roo.classpath.operations.jsr303.FieldDetails
org.springframework.roo.classpath.operations.jsr303.BooleanField
public class BooleanField
- extends FieldDetails
Fields inherited from class org.springframework.roo.classpath.operations.jsr303.FieldDetails |
comment |
Constructor Summary |
BooleanField(String physicalTypeIdentifier,
org.springframework.roo.model.JavaType fieldType,
org.springframework.roo.model.JavaSymbolName fieldName)
|
Methods inherited from class org.springframework.roo.classpath.operations.jsr303.FieldDetails |
getColumn, getComment, getFieldName, getFieldType, getPhysicalTypeIdentifier, isNotNull, isNullRequired, setColumn, setComment, setNotNull, setNullRequired |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanField
public BooleanField(String physicalTypeIdentifier,
org.springframework.roo.model.JavaType fieldType,
org.springframework.roo.model.JavaSymbolName fieldName)
decorateAnnotationsList
public void decorateAnnotationsList(List<AnnotationMetadata> annotations)
- Overrides:
decorateAnnotationsList
in class FieldDetails
isAssertTrue
public boolean isAssertTrue()
setAssertTrue
public void setAssertTrue(boolean assertTrue)
isAssertFalse
public boolean isAssertFalse()
setAssertFalse
public void setAssertFalse(boolean assertFalse)
Copyright © 2009-2010 VMware, Inc. All Rights Reserved.