Interface MendixObjectReference
-
- All Superinterfaces:
IMendixObjectMember<IMendixIdentifier>
public interface MendixObjectReference extends IMendixObjectMember<IMendixIdentifier>
Provides the interface for a Mendix association with type Reference.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
IMendixObjectMember.MemberState, IMendixObjectMember.MemberValueState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Boolean
isBoth()
Returns whether this association has Owner set to Both.java.lang.String
referenceType()
Returns the entity type of the referenced object.void
setValueFromDeserialization(IContext context, IMendixIdentifier id)
Deprecated.since 9.7.0.-
Methods inherited from interface com.mendix.systemwideinterfaces.core.IMendixObjectMember
getMemberValueState, getName, getOriginalValue, getState, getValue, getValueFromString, hasReadAccess, hasWriteAccess, isVirtual, parseValueFromString, parseValueToString, setValue, setValue, toString
-
-
-
-
Method Detail
-
referenceType
java.lang.String referenceType()
Returns the entity type of the referenced object.- Returns:
- the name of the referenced entity
-
isBoth
java.lang.Boolean isBoth()
Returns whether this association has Owner set to Both.- Returns:
- True if Owner is Both; false if it is Default
-
setValueFromDeserialization
@Deprecated void setValueFromDeserialization(IContext context, IMendixIdentifier id)
Deprecated.since 9.7.0. This method was exposed for internal purposes. There is no replacement.For internal usage only.- Parameters:
context
- the context for accessing the associationid
- the Mendix identifier of the referenced object to set
-
-