Package com.wisecoders.dbs.schema
Class CommentTag
java.lang.Object
com.wisecoders.dbs.schema.CommentTag
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
final javafx.beans.property.SimpleBooleanProperty
final javafx.beans.property.SimpleBooleanProperty
final javafx.beans.property.SimpleBooleanProperty
final javafx.beans.property.SimpleBooleanProperty
final javafx.beans.property.SimpleBooleanProperty
final javafx.beans.property.SimpleBooleanProperty
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
void
setAutoSetOnCreate
(boolean autoSetOnCreate) void
setAutoSetOnUpdate
(boolean autoSetOnUpdate) void
toString()
-
Field Details
-
PROJECT
- See Also:
-
SCHEMA
- See Also:
-
ENTITY
- See Also:
-
FIELD
- See Also:
-
RELATION
- See Also:
-
INDEX
- See Also:
-
isForProject
public final javafx.beans.property.SimpleBooleanProperty isForProject -
isForSubjectArea
public final javafx.beans.property.SimpleBooleanProperty isForSubjectArea -
isForEntity
public final javafx.beans.property.SimpleBooleanProperty isForEntity -
isForField
public final javafx.beans.property.SimpleBooleanProperty isForField -
isForIndex
public final javafx.beans.property.SimpleBooleanProperty isForIndex -
isForRelation
public final javafx.beans.property.SimpleBooleanProperty isForRelation
-
-
Constructor Details
-
CommentTag
-
-
Method Details
-
getName
-
getAppliesTo
-
toString
-
setCommaSeparatedValuesOrGroovyScript
-
getCommaSeparatedValuesOrGroovyScript
-
setAutoSetOnCreate
public void setAutoSetOnCreate(boolean autoSetOnCreate) -
isAutoSetOnCreate
public boolean isAutoSetOnCreate() -
setAutoSetOnUpdate
public void setAutoSetOnUpdate(boolean autoSetOnUpdate) -
isAutoSetOnUpdate
public boolean isAutoSetOnUpdate()
-