|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TProperty
Data type property (tproperty). The null range equals the String range.
Field Summary |
---|
Fields inherited from interface org.meta2project.model.AnnotatedEntity |
---|
CASCADE, CASCADE_DELETE_VALUE, COMMENT, MAX_CARD, MIN_CARD, MODEL_URI, TITLE |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getAllValues()
Get all values of the tproperty for all objects (from all ontologies). |
java.util.Collection<OntObject> |
getOwners(java.lang.String value)
Get the collection of objects, which values of this tproperty equal to the specified value at least one time. |
Type |
getRange()
Get the range data type for the tproperty. |
void |
setRange(Type r)
Set range (may be null) |
Methods inherited from interface org.meta2project.model.Property |
---|
delete, getDomain, getMaxCardinality, getMinCardinality, setDomain |
Methods inherited from interface org.meta2project.model.NamedEntity |
---|
getFullName, getName, getOntology, setName |
Methods inherited from interface org.meta2project.model.AnnotatedEntity |
---|
getAnnotation, getAnnotationNames, putAnnotation |
Method Detail |
---|
Type getRange()
java.util.List<java.lang.String> getAllValues()
java.util.Collection<OntObject> getOwners(java.lang.String value)
value
- the value to find
void setRange(Type r)
r
- range type, may be null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |