Uses of Interface
com.esprow.oapi.repository.OapiFieldRef
Packages that use OapiFieldRef
-
Uses of OapiFieldRef in com.esprow.oapi.repository
Methods in com.esprow.oapi.repository that return OapiFieldRefModifier and TypeMethodDescriptionOapiRepositoryFactory.createFieldRef()Returns a new object of class 'Field Ref'.OapiGroup.getNumInGroup()Returns a reference to a field defining the number of elements within the repeating group.Methods in com.esprow.oapi.repository that return types with arguments of type OapiFieldRefModifier and TypeMethodDescriptionOapiAction.getFieldRefs()Returns a list of event parameters presented as references to field definitions.OapiActor.getFieldRefs()Returns a list of state variables presented as references to field definitions.OapiBlockAssignment.getFieldRefs()Returns a list of references to fields.OapiComponent.getFieldRefs()Returns a list of references to fields.OapiConcept.getFieldRefs()Returns a list of references to fields.OapiGroup.getFieldRefs()Returns a list of field references.OapiStructure.getFieldRefs()Returns a list of references to fields.OapiUnique.getFieldRefs()Returns a reference to the specific field or fields that must be unique.Methods in com.esprow.oapi.repository with parameters of type OapiFieldRefModifier and TypeMethodDescriptionvoidOapiGroup.setNumInGroup(OapiFieldRef value) Set a reference to a field defining the number of elements within the repeating group.