public final class DslEntity extends Object implements DslEntityFieldType
| Type | Property and Description |
|---|---|
boolean |
is
Gets the value of the property property.
|
| Modifier and Type | Method and Description |
|---|---|
static DslEntityBuilder |
builder(String name)
Static method factory for TaskBuilder
|
DslEntityField |
getField(String fieldName)
Returns the value to which the specified name is mapped.
|
Collection<DslEntityField> |
getFields() |
DslEntityLink |
getLink() |
String |
getName() |
Set<String> |
getPropertyNames() |
DslPropertyType |
getPropertyType(String fieldName) |
boolean |
isEntity() |
boolean |
isEntityLink() |
boolean |
isProperty()
Gets the value of the property property.
|
boolean |
isProvided() |
String |
toString() |
public boolean isProperty
isProperty in interface DslEntityFieldTypepublic static DslEntityBuilder builder(String name)
name - the name of the entitypublic String getName()
public Set<String> getPropertyNames()
public DslPropertyType getPropertyType(String fieldName)
fieldName - Name of the fieldpublic DslEntityField getField(String fieldName)
fieldName - Name of the fieldpublic Collection<DslEntityField> getFields()
public DslEntityLink getLink()
public boolean isProvided()
public boolean isProperty()
isProperty in interface DslEntityFieldTypepublic boolean isEntityLink()
isEntityLink in interface DslEntityFieldTypepublic boolean isEntity()
isEntity in interface DslEntityFieldTypeCopyright © 2019. All Rights Reserved.