|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.align.model.impl.TypeEntityDefinition
@Immutable public class TypeEntityDefinition
Entity definition for a type
Constructor Summary | |
---|---|
TypeEntityDefinition(TypeDefinition typeDefinition,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition for the given type |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
TypeDefinition |
getDefinition()
Get the definition of the type or property represented by the entity definition. |
Filter |
getFilter()
Get the filter applied to the entity type. |
List<ChildContext> |
getPropertyPath()
Get the property path. |
SchemaSpaceID |
getSchemaSpace()
Get the schema space the entity definition is associated to. |
TypeDefinition |
getType()
Get the type definition that is associated with the entity. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TypeEntityDefinition(TypeDefinition typeDefinition, SchemaSpaceID schemaSpace, Filter filter)
typeDefinition
- the type definitionschemaSpace
- the schema space identifierfilter
- the entity filter, may be null
Method Detail |
---|
public SchemaSpaceID getSchemaSpace()
EntityDefinition
getSchemaSpace
in interface EntityDefinition
EntityDefinition.getSchemaSpace()
public TypeDefinition getDefinition()
EntityDefinition
getDefinition
in interface EntityDefinition
EntityDefinition.getDefinition()
public TypeDefinition getType()
EntityDefinition
getType
in interface EntityDefinition
EntityDefinition.getType()
public List<ChildContext> getPropertyPath()
EntityDefinition
null
.
getPropertyPath
in interface EntityDefinition
EntityDefinition.getPropertyPath()
public Filter getFilter()
EntityDefinition
getFilter
in interface EntityDefinition
null
EntityDefinition.getFilter()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |